Shades of Spring Green #21FD68
Tints of Spring Green #21FD68
RGB
CMYK
RGB Variations
Color information
#21FD68 (or 0x21FD68) is known color: Spring Green. HEX triplet: 21, FD and 68. RGB value is (33,253,104). Sum of RGB (Red+Green+Blue) = 33+253+104=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 253 (99.22% from 255 or 64.87% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 253 - color contains mainly: green. Hex color #21FD68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FD68 is #DE0297. Grayscale: #AAAAAA. Windows color (decimal): -14549656 or 6880545. OLE color: 6880545.
HSL color Cylindrical-coordinate representation of color #21FD68: hue angle of 139.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FD68 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 253 | 104 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.01 |
| HSL | 139.36º | 0.98% | 0.56% | - |
| HSV(B) | 139.36º | 0.87% | 0.99% | - |
| XYZ | 38.25 | 71.57 | 24.9 | - |
| YUV | 170.23 | 90.61 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 253 | 104 | 0.87 | 0 | 0.59 | 0.01 | 139.36 | 0.98 | 0.56 |
| Hex | 21 | FD | 68 | 57 | 0 | 3B | 1 | 8B | 62 | 38 |
| Octal | 41 | 375 | 150 | 127 | 0 | 73 | 1 | 213 | 142 | 70 |
| Binary | 100001 | 11111101 | 1101000 | 1010111 | 0 | 111011 | 1 | 10001011 | 1100010 | 111000 |
Color Harmonies of #21FD68
Complementary color
Monochromatic Colors of #21FD68
Black with #21FD68
Text Example
Text Example
White with #21FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FD68; }
p { color: rgb(33,253,104); }
H1.HeaderClassName
{
color: #21FD68;
}
.AnyTagClassName
{
color: #21FD68;
}
</style>
background-color css
<style>
a { background-color: #21FD68; }
a { background-color: rgb(33,253,104); }
div.DivClassName
{
background-color: #21FD68;
}
.BgClassName
{
background-color: #21FD68;
}
</style>
border-color css
<style>
span { border-color: #21FD68; }
span { border-color: rgb(33,253,104); }
td.TdClassName
{
border-color: #21FD68;
}
.TagClassName
{
border-color: #21FD68;
}
</style>