Html Css Color HEX #80B718 Lima

📋 copy color: '#80B718'

red 128 ◦ green 183 ◦ blue 24

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

Shades of Lima #80B718

Tints of Lima #80B718

RGB

 RED value IS 128 (50.39% from 255) = 38.21%

 GREEN value IS 183 (71.88% from 255) = 54.63%

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

R = 38.21%
G = 54.63%
B = 7.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#80B718 (or 0x80B718) is known color: Lima. HEX triplet: 80, B7 and 18. RGB value is (128,183,24). Sum of RGB (Red+Green+Blue) = 128+183+24=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #80B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B718 is #7F48E7. Grayscale: #959595. Windows color (decimal): -8341736 or 1619840. OLE color: 1619840.

HSL color Cylindrical-coordinate representation of color #80B718: hue angle of 80.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80B718 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 24 -
CMYK 0.30 0 0.87 0.28
HSL 80.75º 0.77% 0.41% -
HSV(B) 80.75º 0.87% 0.72% -
XYZ 26 38.52 6.93 -
YUV 148.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 128 183 24 0.30 0 0.87 0.28 80.75 0.77 0.41
Hex 80 B7 18 1E 0 57 1C 51 4D 29
Octal 200 267 30 36 0 127 34 121 115 51
Binary 10000000 10110111 11000 11110 0 1010111 11100 1010001 1001101 101001

Color Harmonies of #80B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B718

Black with #80B718

Text Example


Text Example

White with #80B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B718; }

 p { color: rgb(128,183,24); }

 H1.HeaderClassName
 {
   color: #80B718;
 }
 .AnyTagClassName
 {
   color: #80B718;
 }
</style>

background-color css

<style>
 a { background-color: #80B718; }

 a { background-color: rgb(128,183,24); }

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

border-color css

<style>
 span { border-color: #80B718; }

 span { border-color: rgb(128,183,24); }

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