Html Css Color HEX #80D009 Lima

📋 copy color: '#80D009'

red 128 ◦ green 208 ◦ blue 9

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

Shades of Lima #80D009

Tints of Lima #80D009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 37.1%
G = 60.29%
B = 2.61%

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

#80D009 (or 0x80D009) is known color: Lima. HEX triplet: 80, D0 and 09. RGB value is (128,208,9). Sum of RGB (Red+Green+Blue) = 128+208+9=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #80D009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D009 is #7F2FF6. Grayscale: #A2A2A2. Windows color (decimal): -8335351 or 643200. OLE color: 643200.

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

Color convert

RGB 128 208 9 -
CMYK 0.38 0 0.96 0.18
HSL 84.12º 0.92% 0.43% -
HSV(B) 84.12º 0.96% 0.82% -
XYZ 31.51 49.72 8.19 -
YUV 161.39 42 104.18 -
System Red Green Blue C M Y K H S L
Decimal 128 208 9 0.38 0 0.96 0.18 84.12 0.92 0.43
Hex 80 D0 9 26 0 60 12 54 5C 2B
Octal 200 320 11 46 0 140 22 124 134 53
Binary 10000000 11010000 1001 100110 0 1100000 10010 1010100 1011100 101011

Color Harmonies of #80D009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D009

Black with #80D009

Text Example


Text Example

White with #80D009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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