#21F482

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

Shades of Spring Green #21F482

Tints of Spring Green #21F482

Color information

#21F482 (or 0x21F482) is unknown color: approx Spring Green. HEX triplet: 21, F4 and 82. RGB value is (33,244,130). Sum of RGB (Red+Green+Blue) = 33+244+130=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #21F482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F482 is #DE0B7D. Grayscale: #A8A8A8. Windows color (decimal): -14551934 or 8582177. OLE color: 8582177.

HSL color Cylindrical-coordinate representation of color #21F482: hue angle of 147.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F482 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB33244130-
CMYK0.8600.470.04
HSL147.58º90.56%54.31%-
HSV(B)147.58º86.48%95.69%-
XYZ37.0166.6432.03-
YUV167.91106.631.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.11%
GREEN value IS 244 (95.70% from 255) = 59.95%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=8.11%
G=59.95%
B=31.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332441300.8600.470.04147.5890.5654.31
Hex21F4825602F4945b36
Octal41364202126057422413366
Binary100001111101001000001010101100101111100100101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21F482; }

 p { color: rgb(33,244,130); }

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

<style>
 a { background-color: #21F482; }

 a { background-color: rgb(33,244,130); }

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

<style>
 span { border-color: #21F482; }

 span { border-color: rgb(33,244,130); }

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