#76BE15

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

Shades of Lima #76BE15

Tints of Lima #76BE15

Color information

#76BE15 (or 0x76BE15) is unknown color: approx Lima. HEX triplet: 76, BE and 15. RGB value is (118,190,21). Sum of RGB (Red+Green+Blue) = 118+190+21=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BE15 is #8941EA. Grayscale: #959595. Windows color (decimal): -8995307 or 1425014. OLE color: 1425014.

HSL color Cylindrical-coordinate representation of color #76BE15: hue angle of 85.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76BE15 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB11819021-
CMYK0.3800.890.25
HSL85.56º80.09%41.37%-
HSV(B)85.56º88.95%74.51%-
XYZ26.0240.737.2-
YUV149.2155.65105.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 190 (74.61% from 255) = 57.75%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=35.87%
G=57.75%
B=6.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190210.3800.890.2585.5680.0941.37
Hex76BE152605919565029
Octal166276254601313112612051
Binary11101101011111010101100110010110011100110101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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