Shades of Screamin' Green #31FF66
Tints of Screamin' Green #31FF66
RGB
CMYK
RGB Variations
Color information
#31FF66 (or 0x31FF66) is known color: Screamin' Green. HEX triplet: 31, FF and 66. RGB value is (49,255,102). Sum of RGB (Red+Green+Blue) = 49+255+102=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF66 is #CE0099. Grayscale: #B0B0B0. Windows color (decimal): -13500570 or 6750001. OLE color: 6750001.
HSL color Cylindrical-coordinate representation of color #31FF66: hue angle of 135.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF66 is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 102 | - |
| CMYK | 0.81 | 0 | 0.6 | 0 |
| HSL | 135.44º | 1% | 0.6% | - |
| HSV(B) | 135.44º | 0.81% | 1% | - |
| XYZ | 39.42 | 73.13 | 24.61 | - |
| YUV | 175.96 | 86.25 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 102 | 0.81 | 0 | 0.6 | 0 | 135.44 | 1 | 0.6 |
| Hex | 31 | FF | 66 | 51 | 0 | 3C | 0 | 87 | 64 | 3C |
| Octal | 61 | 377 | 146 | 121 | 0 | 74 | 0 | 207 | 144 | 74 |
| Binary | 110001 | 11111111 | 1100110 | 1010001 | 0 | 111100 | 0 | 10000111 | 1100100 | 111100 |
Color Harmonies of #31FF66
Complementary color
Monochromatic Colors of #31FF66
Black with #31FF66
Text Example
Text Example
White with #31FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF66; }
p { color: rgb(49,255,102); }
H1.HeaderClassName
{
color: #31FF66;
}
.AnyTagClassName
{
color: #31FF66;
}
</style>
background-color css
<style>
a { background-color: #31FF66; }
a { background-color: rgb(49,255,102); }
div.DivClassName
{
background-color: #31FF66;
}
.BgClassName
{
background-color: #31FF66;
}
</style>
border-color css
<style>
span { border-color: #31FF66; }
span { border-color: rgb(49,255,102); }
td.TdClassName
{
border-color: #31FF66;
}
.TagClassName
{
border-color: #31FF66;
}
</style>