#80D533

Color #80D533 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #80D533

Tints of Yellow Green #80D533

Color information

#80D533 (or 0x80D533) is unknown color: approx Yellow Green. HEX triplet: 80, D5 and 33. RGB value is (128,213,51). Sum of RGB (Red+Green+Blue) = 128+213+51=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #80D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D533 is #7F2ACC. Grayscale: #A9A9A9. Windows color (decimal): -8334029 or 3396992. OLE color: 3396992.

HSL color Cylindrical-coordinate representation of color #80D533: hue angle of 91.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D533 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB12821351-
CMYK0.4000.760.16
HSL91.48º65.85%51.76%-
HSV(B)91.48º76.06%83.53%-
XYZ33.2952.4211.49-
YUV169.1261.3498.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 213 (83.59% from 255) = 54.34%
BLUE value IS 51 (20.31% from 255) = 13.01%
R=32.65%
G=54.34%
B=13.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128213510.4000.760.1691.4865.8551.76
Hex80D5332804C105b4234
Octal200325635001142013310264
Binary1000000011010101110011101000010011001000010110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,51); }

 H1.HeaderClassName
 {
   color: #80D533;
 }
 .AnyTagClassName
 {
   color: #80D533;
 }
</style>
background-color css

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

 a { background-color: rgb(128,213,51); }

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

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

 span { border-color: rgb(128,213,51); }

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