#80DB20

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

Shades of Yellow Green #80DB20

Tints of Yellow Green #80DB20

Color information

#80DB20 (or 0x80DB20) is unknown color: approx Yellow Green. HEX triplet: 80, DB and 20. RGB value is (128,219,32). Sum of RGB (Red+Green+Blue) = 128+219+32=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DB20 is #7F24DF. Grayscale: #ABABAB. Windows color (decimal): -8332512 or 2153344. OLE color: 2153344.

HSL color Cylindrical-coordinate representation of color #80DB20: hue angle of 89.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80DB20 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB12821932-
CMYK0.4200.850.14
HSL89.2º74.5%49.22%-
HSV(B)89.2º85.39%85.88%-
XYZ34.4955.3610.23-
YUV170.4749.8597.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 57.78%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=33.77%
G=57.78%
B=8.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128219320.4200.850.1489.274.549.22
Hex80DB202A055E594b31
Octal200333405201251613111361
Binary100000001101101110000010101001010101111010110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,219,32); }

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

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

 a { background-color: rgb(128,219,32); }

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

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

 span { border-color: rgb(128,219,32); }

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