Shades of Screamin' Green #31FF67
Tints of Screamin' Green #31FF67
RGB
CMYK
RGB Variations
Color information
#31FF67 (or 0x31FF67) is known color: Screamin' Green. HEX triplet: 31, FF and 67. RGB value is (49,255,103). Sum of RGB (Red+Green+Blue) = 49+255+103=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF67 is #CE0098. Grayscale: #B0B0B0. Windows color (decimal): -13500569 or 6815537. OLE color: 6815537.
HSL color Cylindrical-coordinate representation of color #31FF67: hue angle of 135.73º 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 #31FF67 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 103 | - |
| CMYK | 0.81 | 0 | 0.60 | 0 |
| HSL | 135.73º | 1% | 0.6% | - |
| HSV(B) | 135.73º | 0.81% | 1% | - |
| XYZ | 39.47 | 73.15 | 24.87 | - |
| YUV | 176.08 | 86.75 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 103 | 0.81 | 0 | 0.60 | 0 | 135.73 | 1 | 0.6 |
| Hex | 31 | FF | 67 | 51 | 0 | 3C | 0 | 88 | 64 | 3C |
| Octal | 61 | 377 | 147 | 121 | 0 | 74 | 0 | 210 | 144 | 74 |
| Binary | 110001 | 11111111 | 1100111 | 1010001 | 0 | 111100 | 0 | 10001000 | 1100100 | 111100 |
Color Harmonies of #31FF67
Complementary color
Monochromatic Colors of #31FF67
Black with #31FF67
Text Example
Text Example
White with #31FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF67; }
p { color: rgb(49,255,103); }
H1.HeaderClassName
{
color: #31FF67;
}
.AnyTagClassName
{
color: #31FF67;
}
</style>
background-color css
<style>
a { background-color: #31FF67; }
a { background-color: rgb(49,255,103); }
div.DivClassName
{
background-color: #31FF67;
}
.BgClassName
{
background-color: #31FF67;
}
</style>
border-color css
<style>
span { border-color: #31FF67; }
span { border-color: rgb(49,255,103); }
td.TdClassName
{
border-color: #31FF67;
}
.TagClassName
{
border-color: #31FF67;
}
</style>