Shades of Screamin' Green #3DFF71
Tints of Screamin' Green #3DFF71
RGB
CMYK
RGB Variations
Color information
#3DFF71 (or 0x3DFF71) is known color: Screamin' Green. HEX triplet: 3D, FF and 71. RGB value is (61,255,113). Sum of RGB (Red+Green+Blue) = 61+255+113=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF71 is #C2008E. Grayscale: #B5B5B5. Windows color (decimal): -12714127 or 7470909. OLE color: 7470909.
HSL color Cylindrical-coordinate representation of color #3DFF71: hue angle of 136.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF71 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 113 | - |
| CMYK | 0.76 | 0 | 0.56 | 0 |
| HSL | 136.08º | 1% | 0.62% | - |
| HSV(B) | 136.08º | 0.76% | 1% | - |
| XYZ | 40.67 | 73.7 | 27.71 | - |
| YUV | 180.81 | 89.73 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 113 | 0.76 | 0 | 0.56 | 0 | 136.08 | 1 | 0.62 |
| Hex | 3D | FF | 71 | 4C | 0 | 38 | 0 | 88 | 64 | 3E |
| Octal | 75 | 377 | 161 | 114 | 0 | 70 | 0 | 210 | 144 | 76 |
| Binary | 111101 | 11111111 | 1110001 | 1001100 | 0 | 111000 | 0 | 10001000 | 1100100 | 111110 |
Color Harmonies of #3DFF71
Complementary color
Monochromatic Colors of #3DFF71
Black with #3DFF71
Text Example
Text Example
White with #3DFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF71; }
p { color: rgb(61,255,113); }
H1.HeaderClassName
{
color: #3DFF71;
}
.AnyTagClassName
{
color: #3DFF71;
}
</style>
background-color css
<style>
a { background-color: #3DFF71; }
a { background-color: rgb(61,255,113); }
div.DivClassName
{
background-color: #3DFF71;
}
.BgClassName
{
background-color: #3DFF71;
}
</style>
border-color css
<style>
span { border-color: #3DFF71; }
span { border-color: rgb(61,255,113); }
td.TdClassName
{
border-color: #3DFF71;
}
.TagClassName
{
border-color: #3DFF71;
}
</style>