Html Css Color HEX #77C210 Lima

📋 copy color: '#77C210'

red 119 ◦ green 194 ◦ blue 16

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

Shades of Lima #77C210

Tints of Lima #77C210

RGB

 RED value IS 119 (46.88% from 255) = 36.17%

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

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

R = 36.17%
G = 58.97%
B = 4.86%

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

#77C210 (or 0x77C210) is known color: Lima. HEX triplet: 77, C2 and 10. RGB value is (119,194,16). Sum of RGB (Red+Green+Blue) = 119+194+16=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #77C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C210 is #883DEF. Grayscale: #979797. Windows color (decimal): -8928752 or 1098359. OLE color: 1098359.

HSL color Cylindrical-coordinate representation of color #77C210: hue angle of 85.28º 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 #77C210 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 16 -
CMYK 0.39 0 0.92 0.24
HSL 85.28º 0.85% 0.41% -
HSV(B) 85.28º 0.92% 0.76% -
XYZ 26.99 42.54 7.28 -
YUV 151.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 119 194 16 0.39 0 0.92 0.24 85.28 0.85 0.41
Hex 77 C2 10 27 0 5C 18 55 55 29
Octal 167 302 20 47 0 134 30 125 125 51
Binary 1110111 11000010 10000 100111 0 1011100 11000 1010101 1010101 101001

Color Harmonies of #77C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C210

Black with #77C210

Text Example


Text Example

White with #77C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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