Shades of Spring Green #21FA6B
Tints of Spring Green #21FA6B
RGB
CMYK
RGB Variations
Color information
#21FA6B (or 0x21FA6B) is known color: Spring Green. HEX triplet: 21, FA and 6B. RGB value is (33,250,107). Sum of RGB (Red+Green+Blue) = 33+250+107=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA6B is #DE0594. Grayscale: #A9A9A9. Windows color (decimal): -14550421 or 7076385. OLE color: 7076385.
HSL color Cylindrical-coordinate representation of color #21FA6B: hue angle of 140.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FA6B is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 107 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.02 |
| HSL | 140.46º | 0.96% | 0.55% | - |
| HSV(B) | 140.46º | 0.87% | 0.98% | - |
| XYZ | 37.47 | 69.76 | 25.4 | - |
| YUV | 168.82 | 93.11 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 107 | 0.87 | 0 | 0.57 | 0.02 | 140.46 | 0.96 | 0.55 |
| Hex | 21 | FA | 6B | 57 | 0 | 39 | 2 | 8C | 60 | 37 |
| Octal | 41 | 372 | 153 | 127 | 0 | 71 | 2 | 214 | 140 | 67 |
| Binary | 100001 | 11111010 | 1101011 | 1010111 | 0 | 111001 | 10 | 10001100 | 1100000 | 110111 |
Color Harmonies of #21FA6B
Complementary color
Monochromatic Colors of #21FA6B
Black with #21FA6B
Text Example
Text Example
White with #21FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA6B; }
p { color: rgb(33,250,107); }
H1.HeaderClassName
{
color: #21FA6B;
}
.AnyTagClassName
{
color: #21FA6B;
}
</style>
background-color css
<style>
a { background-color: #21FA6B; }
a { background-color: rgb(33,250,107); }
div.DivClassName
{
background-color: #21FA6B;
}
.BgClassName
{
background-color: #21FA6B;
}
</style>
border-color css
<style>
span { border-color: #21FA6B; }
span { border-color: rgb(33,250,107); }
td.TdClassName
{
border-color: #21FA6B;
}
.TagClassName
{
border-color: #21FA6B;
}
</style>