Html Css Color HEX #80B318 Lima

📋 copy color: '#80B318'

red 128 ◦ green 179 ◦ blue 24

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

Shades of Lima #80B318

Tints of Lima #80B318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.08%

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

R = 38.67%
G = 54.08%
B = 7.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#80B318 (or 0x80B318) is known color: Lima. HEX triplet: 80, B3 and 18. RGB value is (128,179,24). Sum of RGB (Red+Green+Blue) = 128+179+24=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #80B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B318 is #7F4CE7. Grayscale: #929292. Windows color (decimal): -8342760 or 1618816. OLE color: 1618816.

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

Color convert

RGB 128 179 24 -
CMYK 0.28 0 0.87 0.30
HSL 79.74º 0.76% 0.4% -
HSV(B) 79.74º 0.87% 0.7% -
XYZ 25.19 36.9 6.66 -
YUV 146.08 59.1 115.1 -
System Red Green Blue C M Y K H S L
Decimal 128 179 24 0.28 0 0.87 0.30 79.74 0.76 0.4
Hex 80 B3 18 1C 0 57 1E 50 4C 28
Octal 200 263 30 34 0 127 36 120 114 50
Binary 10000000 10110011 11000 11100 0 1010111 11110 1010000 1001100 101000

Color Harmonies of #80B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B318

Black with #80B318

Text Example


Text Example

White with #80B318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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