Html Css Color HEX #77C20F Lima

📋 copy color: '#77C20F'

red 119 ◦ green 194 ◦ blue 15

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

Shades of Lima #77C20F

Tints of Lima #77C20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 36.28%
G = 59.15%
B = 4.57%

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

#77C20F (or 0x77C20F) is known color: Lima. HEX triplet: 77, C2 and 0F. RGB value is (119,194,15). Sum of RGB (Red+Green+Blue) = 119+194+15=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #77C20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C20F is #883DF0. Grayscale: #979797. Windows color (decimal): -8928753 or 1032823. OLE color: 1032823.

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

Color convert

RGB 119 194 15 -
CMYK 0.39 0 0.92 0.24
HSL 85.14º 0.86% 0.41% -
HSV(B) 85.14º 0.92% 0.76% -
XYZ 26.99 42.54 7.24 -
YUV 151.17 51.15 105.05 -
System Red Green Blue C M Y K H S L
Decimal 119 194 15 0.39 0 0.92 0.24 85.14 0.86 0.41
Hex 77 C2 F 27 0 5C 18 55 56 29
Octal 167 302 17 47 0 134 30 125 126 51
Binary 1110111 11000010 1111 100111 0 1011100 11000 1010101 1010110 101001

Color Harmonies of #77C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C20F

Black with #77C20F

Text Example


Text Example

White with #77C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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