Shades of Spring Green #21F86A
Tints of Spring Green #21F86A
RGB
CMYK
RGB Variations
Color information
#21F86A (or 0x21F86A) is known color: Spring Green. HEX triplet: 21, F8 and 6A. RGB value is (33,248,106). Sum of RGB (Red+Green+Blue) = 33+248+106=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #21F86A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F86A is #DE0795. Grayscale: #A7A7A7. Windows color (decimal): -14550934 or 7010337. OLE color: 7010337.
HSL color Cylindrical-coordinate representation of color #21F86A: hue angle of 140.37º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F86A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 248 | 106 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.03 |
| HSL | 140.37º | 0.94% | 0.55% | - |
| HSV(B) | 140.37º | 0.87% | 0.97% | - |
| XYZ | 36.8 | 68.5 | 24.92 | - |
| YUV | 167.53 | 93.27 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 248 | 106 | 0.87 | 0 | 0.57 | 0.03 | 140.37 | 0.94 | 0.55 |
| Hex | 21 | F8 | 6A | 57 | 0 | 39 | 3 | 8C | 5E | 37 |
| Octal | 41 | 370 | 152 | 127 | 0 | 71 | 3 | 214 | 136 | 67 |
| Binary | 100001 | 11111000 | 1101010 | 1010111 | 0 | 111001 | 11 | 10001100 | 1011110 | 110111 |
Color Harmonies of #21F86A
Complementary color
Monochromatic Colors of #21F86A
Black with #21F86A
Text Example
Text Example
White with #21F86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F86A; }
p { color: rgb(33,248,106); }
H1.HeaderClassName
{
color: #21F86A;
}
.AnyTagClassName
{
color: #21F86A;
}
</style>
background-color css
<style>
a { background-color: #21F86A; }
a { background-color: rgb(33,248,106); }
div.DivClassName
{
background-color: #21F86A;
}
.BgClassName
{
background-color: #21F86A;
}
</style>
border-color css
<style>
span { border-color: #21F86A; }
span { border-color: rgb(33,248,106); }
td.TdClassName
{
border-color: #21F86A;
}
.TagClassName
{
border-color: #21F86A;
}
</style>