Shades of Spring Green #21F38A
Tints of Spring Green #21F38A
RGB
CMYK
RGB Variations
Color information
#21F38A (or 0x21F38A) is known color: Spring Green. HEX triplet: 21, F3 and 8A. RGB value is (33,243,138). Sum of RGB (Red+Green+Blue) = 33+243+138=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #21F38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F38A is #DE0C75. Grayscale: #A8A8A8. Windows color (decimal): -14552182 or 9106209. OLE color: 9106209.
HSL color Cylindrical-coordinate representation of color #21F38A: hue angle of 150º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F38A is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 138 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.05 |
| HSL | 150º | 0.9% | 0.54% | - |
| HSV(B) | 150º | 0.86% | 0.95% | - |
| XYZ | 37.27 | 66.26 | 34.87 | - |
| YUV | 168.24 | 110.93 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 138 | 0.86 | 0 | 0.43 | 0.05 | 150 | 0.9 | 0.54 |
| Hex | 21 | F3 | 8A | 56 | 0 | 2B | 5 | 96 | 5A | 36 |
| Octal | 41 | 363 | 212 | 126 | 0 | 53 | 5 | 226 | 132 | 66 |
| Binary | 100001 | 11110011 | 10001010 | 1010110 | 0 | 101011 | 101 | 10010110 | 1011010 | 110110 |
Color Harmonies of #21F38A
Complementary color
Monochromatic Colors of #21F38A
Black with #21F38A
Text Example
Text Example
White with #21F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F38A; }
p { color: rgb(33,243,138); }
H1.HeaderClassName
{
color: #21F38A;
}
.AnyTagClassName
{
color: #21F38A;
}
</style>
background-color css
<style>
a { background-color: #21F38A; }
a { background-color: rgb(33,243,138); }
div.DivClassName
{
background-color: #21F38A;
}
.BgClassName
{
background-color: #21F38A;
}
</style>
border-color css
<style>
span { border-color: #21F38A; }
span { border-color: rgb(33,243,138); }
td.TdClassName
{
border-color: #21F38A;
}
.TagClassName
{
border-color: #21F38A;
}
</style>