Html Css Color HEX #80D032 Yellow Green

📋 copy color: '#80D032'

red 128 ◦ green 208 ◦ blue 50

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

Shades of Yellow Green #80D032

Tints of Yellow Green #80D032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 33.16%
G = 53.89%
B = 12.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#80D032 (or 0x80D032) is known color: Yellow Green. HEX triplet: 80, D0 and 32. RGB value is (128,208,50). Sum of RGB (Red+Green+Blue) = 128+208+50=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #80D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D032 is #7F2FCD. Grayscale: #A6A6A6. Windows color (decimal): -8335310 or 3330176. OLE color: 3330176.

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

Color convert

RGB 128 208 50 -
CMYK 0.38 0 0.76 0.18
HSL 90.38º 0.63% 0.51% -
HSV(B) 90.38º 0.76% 0.82% -
XYZ 32.03 49.93 10.97 -
YUV 166.07 62.5 100.85 -
System Red Green Blue C M Y K H S L
Decimal 128 208 50 0.38 0 0.76 0.18 90.38 0.63 0.51
Hex 80 D0 32 26 0 4C 12 5A 3F 33
Octal 200 320 62 46 0 114 22 132 77 63
Binary 10000000 11010000 110010 100110 0 1001100 10010 1011010 111111 110011

Color Harmonies of #80D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D032

Black with #80D032

Text Example


Text Example

White with #80D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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