Html Css Color HEX #76C210 Lima

📋 copy color: '#76C210'

red 118 ◦ green 194 ◦ blue 16

#76C210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #76C210

Tints of Lima #76C210

RGB

 RED value IS 118 (46.48% from 255) = 35.98%

 GREEN value IS 194 (76.17% from 255) = 59.15%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 35.98%
G = 59.15%
B = 4.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#76C210 (or 0x76C210) is known color: Lima. HEX triplet: 76, C2 and 10. RGB value is (118,194,16). Sum of RGB (Red+Green+Blue) = 118+194+16=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #76C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C210 is #893DEF. Grayscale: #979797. Windows color (decimal): -8994288 or 1098358. OLE color: 1098358.

HSL color Cylindrical-coordinate representation of color #76C210: hue angle of 85.62º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76C210 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 16 -
CMYK 0.39 0 0.92 0.24
HSL 85.62º 0.85% 0.41% -
HSV(B) 85.62º 0.92% 0.76% -
XYZ 26.86 42.47 7.27 -
YUV 150.98 51.82 104.47 -
System Red Green Blue C M Y K H S L
Decimal 118 194 16 0.39 0 0.92 0.24 85.62 0.85 0.41
Hex 76 C2 10 27 0 5C 18 56 55 29
Octal 166 302 20 47 0 134 30 126 125 51
Binary 1110110 11000010 10000 100111 0 1011100 11000 1010110 1010101 101001

Color Harmonies of #76C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C210

Black with #76C210

Text Example


Text Example

White with #76C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76C210;
 }
 .AnyTagClassName
 {
   color: #76C210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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