Shades of Spring Green #33FF70
Tints of Spring Green #33FF70
RGB
CMYK
RGB Variations
Color information
#33FF70 (or 0x33FF70) is known color: Spring Green. HEX triplet: 33, FF and 70. RGB value is (51,255,112). Sum of RGB (Red+Green+Blue) = 51+255+112=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FF70 is #CC008F. Grayscale: #B2B2B2. Windows color (decimal): -13369488 or 7405363. OLE color: 7405363.
HSL color Cylindrical-coordinate representation of color #33FF70: hue angle of 137.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF70 is Cyan = 0.8, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 112 | - |
| CMYK | 0.8 | 0 | 0.56 | 0 |
| HSL | 137.94º | 1% | 0.6% | - |
| HSV(B) | 137.94º | 0.8% | 1% | - |
| XYZ | 40.05 | 73.39 | 27.38 | - |
| YUV | 177.7 | 90.91 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 112 | 0.8 | 0 | 0.56 | 0 | 137.94 | 1 | 0.6 |
| Hex | 33 | FF | 70 | 50 | 0 | 38 | 0 | 8A | 64 | 3C |
| Octal | 63 | 377 | 160 | 120 | 0 | 70 | 0 | 212 | 144 | 74 |
| Binary | 110011 | 11111111 | 1110000 | 1010000 | 0 | 111000 | 0 | 10001010 | 1100100 | 111100 |
Color Harmonies of #33FF70
Complementary color
Monochromatic Colors of #33FF70
Black with #33FF70
Text Example
Text Example
White with #33FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF70; }
p { color: rgb(51,255,112); }
H1.HeaderClassName
{
color: #33FF70;
}
.AnyTagClassName
{
color: #33FF70;
}
</style>
background-color css
<style>
a { background-color: #33FF70; }
a { background-color: rgb(51,255,112); }
div.DivClassName
{
background-color: #33FF70;
}
.BgClassName
{
background-color: #33FF70;
}
</style>
border-color css
<style>
span { border-color: #33FF70; }
span { border-color: rgb(51,255,112); }
td.TdClassName
{
border-color: #33FF70;
}
.TagClassName
{
border-color: #33FF70;
}
</style>