Html Css Color HEX #80D012 Lima

📋 copy color: '#80D012'

red 128 ◦ green 208 ◦ blue 18

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

Shades of Lima #80D012

Tints of Lima #80D012

RGB

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

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

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

R = 36.16%
G = 58.76%
B = 5.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#80D012 (or 0x80D012) is known color: Lima. HEX triplet: 80, D0 and 12. RGB value is (128,208,18). Sum of RGB (Red+Green+Blue) = 128+208+18=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #80D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D012 is #7F2FED. Grayscale: #A3A3A3. Windows color (decimal): -8335342 or 1233024. OLE color: 1233024.

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

Color convert

RGB 128 208 18 -
CMYK 0.38 0 0.91 0.18
HSL 85.26º 0.84% 0.44% -
HSV(B) 85.26º 0.91% 0.82% -
XYZ 31.57 49.74 8.51 -
YUV 162.42 46.5 103.45 -
System Red Green Blue C M Y K H S L
Decimal 128 208 18 0.38 0 0.91 0.18 85.26 0.84 0.44
Hex 80 D0 12 26 0 5B 12 55 54 2C
Octal 200 320 22 46 0 133 22 125 124 54
Binary 10000000 11010000 10010 100110 0 1011011 10010 1010101 1010100 101100

Color Harmonies of #80D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D012

Black with #80D012

Text Example


Text Example

White with #80D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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