Shades of Spring Green #21F868
Tints of Spring Green #21F868
RGB
CMYK
RGB Variations
Color information
#21F868 (or 0x21F868) is known color: Spring Green. HEX triplet: 21, F8 and 68. RGB value is (33,248,104). Sum of RGB (Red+Green+Blue) = 33+248+104=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #21F868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F868 is #DE0797. Grayscale: #A7A7A7. Windows color (decimal): -14550936 or 6879265. OLE color: 6879265.
HSL color Cylindrical-coordinate representation of color #21F868: hue angle of 139.81º 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 #21F868 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 248 | 104 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.03 |
| HSL | 139.81º | 0.94% | 0.55% | - |
| HSV(B) | 139.81º | 0.87% | 0.97% | - |
| XYZ | 36.69 | 68.46 | 24.38 | - |
| YUV | 167.3 | 92.27 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 248 | 104 | 0.87 | 0 | 0.58 | 0.03 | 139.81 | 0.94 | 0.55 |
| Hex | 21 | F8 | 68 | 57 | 0 | 3A | 3 | 8C | 5E | 37 |
| Octal | 41 | 370 | 150 | 127 | 0 | 72 | 3 | 214 | 136 | 67 |
| Binary | 100001 | 11111000 | 1101000 | 1010111 | 0 | 111010 | 11 | 10001100 | 1011110 | 110111 |
Color Harmonies of #21F868
Complementary color
Monochromatic Colors of #21F868
Black with #21F868
Text Example
Text Example
White with #21F868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F868; }
p { color: rgb(33,248,104); }
H1.HeaderClassName
{
color: #21F868;
}
.AnyTagClassName
{
color: #21F868;
}
</style>
background-color css
<style>
a { background-color: #21F868; }
a { background-color: rgb(33,248,104); }
div.DivClassName
{
background-color: #21F868;
}
.BgClassName
{
background-color: #21F868;
}
</style>
border-color css
<style>
span { border-color: #21F868; }
span { border-color: rgb(33,248,104); }
td.TdClassName
{
border-color: #21F868;
}
.TagClassName
{
border-color: #21F868;
}
</style>