Shades of Screamin' Green #32FF66
Tints of Screamin' Green #32FF66
RGB
CMYK
RGB Variations
Color information
#32FF66 (or 0x32FF66) is known color: Screamin' Green. HEX triplet: 32, FF and 66. RGB value is (50,255,102). Sum of RGB (Red+Green+Blue) = 50+255+102=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FF66 is #CD0099. Grayscale: #B0B0B0. Windows color (decimal): -13435034 or 6750002. OLE color: 6750002.
HSL color Cylindrical-coordinate representation of color #32FF66: hue angle of 135.22º 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 #32FF66 is Cyan = 0.80, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 102 | - |
| CMYK | 0.80 | 0 | 0.6 | 0 |
| HSL | 135.22º | 1% | 0.6% | - |
| HSV(B) | 135.22º | 0.8% | 1% | - |
| XYZ | 39.47 | 73.16 | 24.61 | - |
| YUV | 176.26 | 86.08 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 102 | 0.80 | 0 | 0.6 | 0 | 135.22 | 1 | 0.6 |
| Hex | 32 | FF | 66 | 50 | 0 | 3C | 0 | 87 | 64 | 3C |
| Octal | 62 | 377 | 146 | 120 | 0 | 74 | 0 | 207 | 144 | 74 |
| Binary | 110010 | 11111111 | 1100110 | 1010000 | 0 | 111100 | 0 | 10000111 | 1100100 | 111100 |
Color Harmonies of #32FF66
Complementary color
Monochromatic Colors of #32FF66
Black with #32FF66
Text Example
Text Example
White with #32FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF66; }
p { color: rgb(50,255,102); }
H1.HeaderClassName
{
color: #32FF66;
}
.AnyTagClassName
{
color: #32FF66;
}
</style>
background-color css
<style>
a { background-color: #32FF66; }
a { background-color: rgb(50,255,102); }
div.DivClassName
{
background-color: #32FF66;
}
.BgClassName
{
background-color: #32FF66;
}
</style>
border-color css
<style>
span { border-color: #32FF66; }
span { border-color: rgb(50,255,102); }
td.TdClassName
{
border-color: #32FF66;
}
.TagClassName
{
border-color: #32FF66;
}
</style>