#80D030

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

Shades of Yellow Green #80D030

Tints of Yellow Green #80D030

Color information

#80D030 (or 0x80D030) is unknown color: approx Yellow Green. HEX triplet: 80, D0 and 30. RGB value is (128,208,48). Sum of RGB (Red+Green+Blue) = 128+208+48=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #80D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D030 is #7F2FCF. Grayscale: #A6A6A6. Windows color (decimal): -8335312 or 3199104. OLE color: 3199104.

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

Color convert

RGB12820848-
CMYK0.3800.770.18
HSL90º62.99%50.2%-
HSV(B)90º76.92%81.57%-
XYZ31.9949.9110.74-
YUV165.8461.5101.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 54.17%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=33.33%
G=54.17%
B=12.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128208480.3800.770.189062.9950.2
Hex80D0302604D125a3f32
Octal20032060460115221327762
Binary100000001101000011000010011001001101100101011010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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