#20FB80

Color #20FB80 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #20FB80

Tints of Spring Green #20FB80

Color information

#20FB80 (or 0x20FB80) is unknown color: approx Spring Green. HEX triplet: 20, FB and 80. RGB value is (32,251,128). Sum of RGB (Red+Green+Blue) = 32+251+128=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #20FB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FB80 is #DF047F. Grayscale: #ABABAB. Windows color (decimal): -14615680 or 8452896. OLE color: 8452896.

HSL color Cylindrical-coordinate representation of color #20FB80: hue angle of 146.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FB80 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB32251128-
CMYK0.8700.490.02
HSL146.3º96.48%55.49%-
HSV(B)146.3º87.25%98.43%-
XYZ38.9970.8632.04-
YUV171.5103.4528.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.79%
GREEN value IS 251 (98.44% from 255) = 61.07%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=7.79%
G=61.07%
B=31.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal322511280.8700.490.02146.396.4855.49
Hex20FB80570312926037
Octal40373200127061222214067
Binary10000011111011100000001010111011000110100100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20FB80; }

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

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

<style>
 a { background-color: #20FB80; }

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

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

<style>
 span { border-color: #20FB80; }

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

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