Shades of Spring Green #33FF82
Tints of Spring Green #33FF82
RGB
CMYK
RGB Variations
Color information
#33FF82 (or 0x33FF82) is known color: Spring Green. HEX triplet: 33, FF and 82. RGB value is (51,255,130). Sum of RGB (Red+Green+Blue) = 51+255+130=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FF82 is #CC007D. Grayscale: #B4B4B4. Windows color (decimal): -13369470 or 8585011. OLE color: 8585011.
HSL color Cylindrical-coordinate representation of color #33FF82: hue angle of 143.24º 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 #33FF82 is Cyan = 0.8, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 130 | - |
| CMYK | 0.8 | 0 | 0.49 | 0 |
| HSL | 143.24º | 1% | 0.6% | - |
| HSV(B) | 143.24º | 0.8% | 1% | - |
| XYZ | 41.15 | 73.84 | 33.2 | - |
| YUV | 179.75 | 99.91 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 130 | 0.8 | 0 | 0.49 | 0 | 143.24 | 1 | 0.6 |
| Hex | 33 | FF | 82 | 50 | 0 | 31 | 0 | 8F | 64 | 3C |
| Octal | 63 | 377 | 202 | 120 | 0 | 61 | 0 | 217 | 144 | 74 |
| Binary | 110011 | 11111111 | 10000010 | 1010000 | 0 | 110001 | 0 | 10001111 | 1100100 | 111100 |
Color Harmonies of #33FF82
Complementary color
Monochromatic Colors of #33FF82
Black with #33FF82
Text Example
Text Example
White with #33FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF82; }
p { color: rgb(51,255,130); }
H1.HeaderClassName
{
color: #33FF82;
}
.AnyTagClassName
{
color: #33FF82;
}
</style>
background-color css
<style>
a { background-color: #33FF82; }
a { background-color: rgb(51,255,130); }
div.DivClassName
{
background-color: #33FF82;
}
.BgClassName
{
background-color: #33FF82;
}
</style>
border-color css
<style>
span { border-color: #33FF82; }
span { border-color: rgb(51,255,130); }
td.TdClassName
{
border-color: #33FF82;
}
.TagClassName
{
border-color: #33FF82;
}
</style>