Shades of Spring Green #21FE8B
Tints of Spring Green #21FE8B
RGB
CMYK
RGB Variations
Color information
#21FE8B (or 0x21FE8B) is known color: Spring Green. HEX triplet: 21, FE and 8B. RGB value is (33,254,139). Sum of RGB (Red+Green+Blue) = 33+254+139=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #21FE8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FE8B is #DE0174. Grayscale: #AFAFAF. Windows color (decimal): -14549365 or 9174561. OLE color: 9174561.
HSL color Cylindrical-coordinate representation of color #21FE8B: hue angle of 148.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FE8B is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 254 | 139 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.00 |
| HSL | 148.78º | 0.99% | 0.56% | - |
| HSV(B) | 148.78º | 0.87% | 1% | - |
| XYZ | 40.73 | 73.07 | 36.38 | - |
| YUV | 174.81 | 107.78 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 254 | 139 | 0.87 | 0 | 0.45 | 0.00 | 148.78 | 0.99 | 0.56 |
| Hex | 21 | FE | 8B | 57 | 0 | 2D | 0 | 95 | 63 | 38 |
| Octal | 41 | 376 | 213 | 127 | 0 | 55 | 0 | 225 | 143 | 70 |
| Binary | 100001 | 11111110 | 10001011 | 1010111 | 0 | 101101 | 0 | 10010101 | 1100011 | 111000 |
Color Harmonies of #21FE8B
Complementary color
Monochromatic Colors of #21FE8B
Black with #21FE8B
Text Example
Text Example
White with #21FE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FE8B; }
p { color: rgb(33,254,139); }
H1.HeaderClassName
{
color: #21FE8B;
}
.AnyTagClassName
{
color: #21FE8B;
}
</style>
background-color css
<style>
a { background-color: #21FE8B; }
a { background-color: rgb(33,254,139); }
div.DivClassName
{
background-color: #21FE8B;
}
.BgClassName
{
background-color: #21FE8B;
}
</style>
border-color css
<style>
span { border-color: #21FE8B; }
span { border-color: rgb(33,254,139); }
td.TdClassName
{
border-color: #21FE8B;
}
.TagClassName
{
border-color: #21FE8B;
}
</style>