#76CB10

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

Shades of Lima #76CB10

Tints of Lima #76CB10

Color information

#76CB10 (or 0x76CB10) is unknown color: approx Lima. HEX triplet: 76, CB and 10. RGB value is (118,203,16). Sum of RGB (Red+Green+Blue) = 118+203+16=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CB10 is #8934EF. Grayscale: #9C9C9C. Windows color (decimal): -8991984 or 1100662. OLE color: 1100662.

HSL color Cylindrical-coordinate representation of color #76CB10: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76CB10 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB11820316-
CMYK0.4200.920.20
HSL87.27º85.39%42.94%-
HSV(B)87.27º92.12%79.61%-
XYZ28.9246.67.96-
YUV156.2748.84100.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 203 (79.69% from 255) = 60.24%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=35.01%
G=60.24%
B=4.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118203160.4200.920.2087.2785.3942.94
Hex76CB102A05C1457552b
Octal166313205201342412712553
Binary11101101100101110000101010010111001010010101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,16); }

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

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

 a { background-color: rgb(118,203,16); }

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

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

 span { border-color: rgb(118,203,16); }

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