Html Css Color HEX #80C818 Lima

📋 copy color: '#80C818'

red 128 ◦ green 200 ◦ blue 24

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

Shades of Lima #80C818

Tints of Lima #80C818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.82%

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

R = 36.36%
G = 56.82%
B = 6.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#80C818 (or 0x80C818) is known color: Lima. HEX triplet: 80, C8 and 18. RGB value is (128,200,24). Sum of RGB (Red+Green+Blue) = 128+200+24=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #80C818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C818 is #7F37E7. Grayscale: #9F9F9F. Windows color (decimal): -8337384 or 1624192. OLE color: 1624192.

HSL color Cylindrical-coordinate representation of color #80C818: hue angle of 84.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80C818 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 24 -
CMYK 0.36 0 0.88 0.22
HSL 84.55º 0.79% 0.44% -
HSV(B) 84.55º 0.88% 0.78% -
XYZ 29.72 45.96 8.17 -
YUV 158.41 52.15 106.31 -
System Red Green Blue C M Y K H S L
Decimal 128 200 24 0.36 0 0.88 0.22 84.55 0.79 0.44
Hex 80 C8 18 24 0 58 16 55 4F 2C
Octal 200 310 30 44 0 130 26 125 117 54
Binary 10000000 11001000 11000 100100 0 1011000 10110 1010101 1001111 101100

Color Harmonies of #80C818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C818

Black with #80C818

Text Example


Text Example

White with #80C818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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