#76BD16

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

Shades of Lima #76BD16

Tints of Lima #76BD16

Color information

#76BD16 (or 0x76BD16) is unknown color: approx Lima. HEX triplet: 76, BD and 16. RGB value is (118,189,22). Sum of RGB (Red+Green+Blue) = 118+189+22=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD16 is #8942E9. Grayscale: #959595. Windows color (decimal): -8995562 or 1490294. OLE color: 1490294.

HSL color Cylindrical-coordinate representation of color #76BD16: hue angle of 85.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76BD16 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB11818922-
CMYK0.3800.880.26
HSL85.51º79.15%41.37%-
HSV(B)85.51º88.36%74.12%-
XYZ25.8140.37.18-
YUV148.7356.48106.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 189 (74.22% from 255) = 57.45%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=35.87%
G=57.45%
B=6.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118189220.3800.880.2685.5179.1541.37
Hex76BD16260581A564f29
Octal166275264601303212611751
Binary11101101011110110110100110010110001101010101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,22); }

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

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

 a { background-color: rgb(118,189,22); }

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

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

 span { border-color: rgb(118,189,22); }

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