Html Css Color HEX #80D109 Lima

📋 copy color: '#80D109'

red 128 ◦ green 209 ◦ blue 9

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

Shades of Lima #80D109

Tints of Lima #80D109

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.4%

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

R = 36.99%
G = 60.4%
B = 2.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#80D109 (or 0x80D109) is known color: Lima. HEX triplet: 80, D1 and 09. RGB value is (128,209,9). Sum of RGB (Red+Green+Blue) = 128+209+9=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #80D109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D109 is #7F2EF6. Grayscale: #A2A2A2. Windows color (decimal): -8335095 or 643456. OLE color: 643456.

HSL color Cylindrical-coordinate representation of color #80D109: hue angle of 84.3º 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 #80D109 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 9 -
CMYK 0.39 0 0.96 0.18
HSL 84.3º 0.92% 0.43% -
HSV(B) 84.3º 0.96% 0.82% -
XYZ 31.75 50.21 8.28 -
YUV 161.98 41.66 103.76 -
System Red Green Blue C M Y K H S L
Decimal 128 209 9 0.39 0 0.96 0.18 84.3 0.92 0.43
Hex 80 D1 9 27 0 60 12 54 5C 2B
Octal 200 321 11 47 0 140 22 124 134 53
Binary 10000000 11010001 1001 100111 0 1100000 10010 1010100 1011100 101011

Color Harmonies of #80D109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D109

Black with #80D109

Text Example


Text Example

White with #80D109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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