Shades of Spring Green #21F08A
Tints of Spring Green #21F08A
RGB
CMYK
RGB Variations
Color information
#21F08A (or 0x21F08A) is known color: Spring Green. HEX triplet: 21, F0 and 8A. RGB value is (33,240,138). Sum of RGB (Red+Green+Blue) = 33+240+138=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #21F08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F08A is #DE0F75. Grayscale: #A6A6A6. Windows color (decimal): -14552950 or 9105441. OLE color: 9105441.
HSL color Cylindrical-coordinate representation of color #21F08A: hue angle of 150.43º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F08A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 138 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.06 |
| HSL | 150.43º | 0.87% | 0.54% | - |
| HSV(B) | 150.43º | 0.86% | 0.94% | - |
| XYZ | 36.37 | 64.48 | 34.57 | - |
| YUV | 166.48 | 111.92 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 138 | 0.86 | 0 | 0.42 | 0.06 | 150.43 | 0.87 | 0.54 |
| Hex | 21 | F0 | 8A | 56 | 0 | 2A | 6 | 96 | 57 | 36 |
| Octal | 41 | 360 | 212 | 126 | 0 | 52 | 6 | 226 | 127 | 66 |
| Binary | 100001 | 11110000 | 10001010 | 1010110 | 0 | 101010 | 110 | 10010110 | 1010111 | 110110 |
Color Harmonies of #21F08A
Complementary color
Monochromatic Colors of #21F08A
Black with #21F08A
Text Example
Text Example
White with #21F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F08A; }
p { color: rgb(33,240,138); }
H1.HeaderClassName
{
color: #21F08A;
}
.AnyTagClassName
{
color: #21F08A;
}
</style>
background-color css
<style>
a { background-color: #21F08A; }
a { background-color: rgb(33,240,138); }
div.DivClassName
{
background-color: #21F08A;
}
.BgClassName
{
background-color: #21F08A;
}
</style>
border-color css
<style>
span { border-color: #21F08A; }
span { border-color: rgb(33,240,138); }
td.TdClassName
{
border-color: #21F08A;
}
.TagClassName
{
border-color: #21F08A;
}
</style>