Html Css Color HEX #80D202 Lawn Green

📋 copy color: '#80D202'

red 128 ◦ green 210 ◦ blue 2

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

Shades of Lawn Green #80D202

Tints of Lawn Green #80D202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 37.65%
G = 61.76%
B = 0.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#80D202 (or 0x80D202) is known color: Lawn Green. HEX triplet: 80, D2 and 02. RGB value is (128,210,2). Sum of RGB (Red+Green+Blue) = 128+210+2=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #80D202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D202 is #7F2DFD. Grayscale: #A2A2A2. Windows color (decimal): -8334846 or 184960. OLE color: 184960.

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

Color convert

RGB 128 210 2 -
CMYK 0.39 0 0.99 0.18
HSL 83.65º 0.98% 0.42% -
HSV(B) 83.65º 0.99% 0.82% -
XYZ 31.96 50.69 8.16 -
YUV 161.77 37.83 103.91 -
System Red Green Blue C M Y K H S L
Decimal 128 210 2 0.39 0 0.99 0.18 83.65 0.98 0.42
Hex 80 D2 2 27 0 63 12 54 62 2A
Octal 200 322 2 47 0 143 22 124 142 52
Binary 10000000 11010010 10 100111 0 1100011 10010 1010100 1100010 101010

Color Harmonies of #80D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D202

Black with #80D202

Text Example


Text Example

White with #80D202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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