Html Css Color HEX #80D008 Lima

📋 copy color: '#80D008'

red 128 ◦ green 208 ◦ blue 8

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

Shades of Lima #80D008

Tints of Lima #80D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.47%

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 37.21%
G = 60.47%
B = 2.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#80D008 (or 0x80D008) is known color: Lima. HEX triplet: 80, D0 and 08. RGB value is (128,208,8). Sum of RGB (Red+Green+Blue) = 128+208+8=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #80D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D008 is #7F2FF7. Grayscale: #A2A2A2. Windows color (decimal): -8335352 or 577664. OLE color: 577664.

HSL color Cylindrical-coordinate representation of color #80D008: hue angle of 84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80D008 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 8 -
CMYK 0.38 0 0.96 0.18
HSL 84º 0.93% 0.42% -
HSV(B) 84º 0.96% 0.82% -
XYZ 31.5 49.72 8.17 -
YUV 161.28 41.5 104.26 -
System Red Green Blue C M Y K H S L
Decimal 128 208 8 0.38 0 0.96 0.18 84 0.93 0.42
Hex 80 D0 8 26 0 60 12 54 5D 2A
Octal 200 320 10 46 0 140 22 124 135 52
Binary 10000000 11010000 1000 100110 0 1100000 10010 1010100 1011101 101010

Color Harmonies of #80D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D008

Black with #80D008

Text Example


Text Example

White with #80D008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,8); }

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

background-color css

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

 a { background-color: rgb(128,208,8); }

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

border-color css

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

 span { border-color: rgb(128,208,8); }

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