Html Css Color HEX #80D213 Lima

📋 copy color: '#80D213'

red 128 ◦ green 210 ◦ blue 19

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

Shades of Lima #80D213

Tints of Lima #80D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.82%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 35.85%
G = 58.82%
B = 5.32%

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

#80D213 (or 0x80D213) is known color: Lima. HEX triplet: 80, D2 and 13. RGB value is (128,210,19). Sum of RGB (Red+Green+Blue) = 128+210+19=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #80D213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D213 is #7F2DEC. Grayscale: #A4A4A4. Windows color (decimal): -8334829 or 1299072. OLE color: 1299072.

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

Color convert

RGB 128 210 19 -
CMYK 0.39 0 0.91 0.18
HSL 85.76º 0.83% 0.45% -
HSV(B) 85.76º 0.91% 0.82% -
XYZ 32.07 50.73 8.72 -
YUV 163.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 128 210 19 0.39 0 0.91 0.18 85.76 0.83 0.45
Hex 80 D2 13 27 0 5B 12 56 53 2D
Octal 200 322 23 47 0 133 22 126 123 55
Binary 10000000 11010010 10011 100111 0 1011011 10010 1010110 1010011 101101

Color Harmonies of #80D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D213

Black with #80D213

Text Example


Text Example

White with #80D213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,19); }

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

background-color css

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

 a { background-color: rgb(128,210,19); }

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

border-color css

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

 span { border-color: rgb(128,210,19); }

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