Html Css Color HEX #77B918 Lima

📋 copy color: '#77B918'

red 119 ◦ green 185 ◦ blue 24

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

Shades of Lima #77B918

Tints of Lima #77B918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 36.28%
G = 56.4%
B = 7.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#77B918 (or 0x77B918) is known color: Lima. HEX triplet: 77, B9 and 18. RGB value is (119,185,24). Sum of RGB (Red+Green+Blue) = 119+185+24=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #77B918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B918 is #8846E7. Grayscale: #939393. Windows color (decimal): -8931048 or 1620343. OLE color: 1620343.

HSL color Cylindrical-coordinate representation of color #77B918: hue angle of 84.6º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77B918 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 185 24 -
CMYK 0.36 0 0.87 0.27
HSL 84.6º 0.77% 0.41% -
HSV(B) 84.6º 0.87% 0.73% -
XYZ 25.12 38.69 7.01 -
YUV 146.91 58.63 108.09 -
System Red Green Blue C M Y K H S L
Decimal 119 185 24 0.36 0 0.87 0.27 84.6 0.77 0.41
Hex 77 B9 18 24 0 57 1B 55 4D 29
Octal 167 271 30 44 0 127 33 125 115 51
Binary 1110111 10111001 11000 100100 0 1010111 11011 1010101 1001101 101001

Color Harmonies of #77B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B918

Black with #77B918

Text Example


Text Example

White with #77B918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,185,24); }

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

background-color css

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

 a { background-color: rgb(119,185,24); }

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

border-color css

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

 span { border-color: rgb(119,185,24); }

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