Html Css Color HEX #80D72A Yellow Green

📋 copy color: '#80D72A'

red 128 ◦ green 215 ◦ blue 42

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

Shades of Yellow Green #80D72A

Tints of Yellow Green #80D72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.84%

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 33.25%
G = 55.84%
B = 10.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#80D72A (or 0x80D72A) is known color: Yellow Green. HEX triplet: 80, D7 and 2A. RGB value is (128,215,42). Sum of RGB (Red+Green+Blue) = 128+215+42=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #80D72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D72A is #7F28D5. Grayscale: #A9A9A9. Windows color (decimal): -8333526 or 2807680. OLE color: 2807680.

HSL color Cylindrical-coordinate representation of color #80D72A: hue angle of 90.17º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80D72A is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 42 -
CMYK 0.40 0 0.80 0.16
HSL 90.17º 0.68% 0.5% -
HSV(B) 90.17º 0.8% 0.84% -
XYZ 33.62 53.36 10.72 -
YUV 169.27 56.18 98.57 -
System Red Green Blue C M Y K H S L
Decimal 128 215 42 0.40 0 0.80 0.16 90.17 0.68 0.5
Hex 80 D7 2A 28 0 50 10 5A 44 32
Octal 200 327 52 50 0 120 20 132 104 62
Binary 10000000 11010111 101010 101000 0 1010000 10000 1011010 1000100 110010

Color Harmonies of #80D72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D72A

Black with #80D72A

Text Example


Text Example

White with #80D72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,42); }

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

background-color css

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

 a { background-color: rgb(128,215,42); }

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

border-color css

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

 span { border-color: rgb(128,215,42); }

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