#76CA15

Color #76CA15 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76CA15

Tints of Lima #76CA15

Color information

#76CA15 (or 0x76CA15) is unknown color: approx Lima. HEX triplet: 76, CA and 15. RGB value is (118,202,21). Sum of RGB (Red+Green+Blue) = 118+202+21=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA15 is #8935EA. Grayscale: #9C9C9C. Windows color (decimal): -8992235 or 1428086. OLE color: 1428086.

HSL color Cylindrical-coordinate representation of color #76CA15: hue angle of 87.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76CA15 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB11820221-
CMYK0.4200.900.21
HSL87.85º81.17%43.73%-
HSV(B)87.85º89.6%79.22%-
XYZ28.7346.158.1-
YUV156.2551.67100.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 59.24%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=34.60%
G=59.24%
B=6.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118202210.4200.900.2187.8581.1743.73
Hex76CA152A05A1558512c
Octal166312255201322513012154
Binary11101101100101010101101010010110101010110110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CA15; }

 p { color: rgb(118,202,21); }

 H1.HeaderClassName
 {
   color: #76CA15;
 }
 .AnyTagClassName
 {
   color: #76CA15;
 }
</style>
background-color css

<style>
 a { background-color: #76CA15; }

 a { background-color: rgb(118,202,21); }

 div.DivClassName
 {
   background-color: #76CA15;
 }
 .BgClassName
 {
   background-color: #76CA15;
 }
</style>
border-color css

<style>
 span { border-color: #76CA15; }

 span { border-color: rgb(118,202,21); }

 td.TdClassName
 {
   border-color: #76CA15;
 }
 .TagClassName
 {
   border-color: #76CA15;
 }
</style>