Html Css Color HEX #80D112 Lima

📋 copy color: '#80D112'

red 128 ◦ green 209 ◦ blue 18

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

Shades of Lima #80D112

Tints of Lima #80D112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 36.06%
G = 58.87%
B = 5.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#80D112 (or 0x80D112) is known color: Lima. HEX triplet: 80, D1 and 12. RGB value is (128,209,18). Sum of RGB (Red+Green+Blue) = 128+209+18=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #80D112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D112 is #7F2EED. Grayscale: #A3A3A3. Windows color (decimal): -8335086 or 1233280. OLE color: 1233280.

HSL color Cylindrical-coordinate representation of color #80D112: hue angle of 85.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80D112 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 18 -
CMYK 0.39 0 0.91 0.18
HSL 85.45º 0.84% 0.45% -
HSV(B) 85.45º 0.91% 0.82% -
XYZ 31.81 50.23 8.59 -
YUV 163.01 46.16 103.03 -
System Red Green Blue C M Y K H S L
Decimal 128 209 18 0.39 0 0.91 0.18 85.45 0.84 0.45
Hex 80 D1 12 27 0 5B 12 55 54 2D
Octal 200 321 22 47 0 133 22 125 124 55
Binary 10000000 11010001 10010 100111 0 1011011 10010 1010101 1010100 101101

Color Harmonies of #80D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D112

Black with #80D112

Text Example


Text Example

White with #80D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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