Shades of Screamin' Green #3DFF77
Tints of Screamin' Green #3DFF77
RGB
CMYK
RGB Variations
Color information
#3DFF77 (or 0x3DFF77) is known color: Screamin' Green. HEX triplet: 3D, FF and 77. RGB value is (61,255,119). Sum of RGB (Red+Green+Blue) = 61+255+119=435 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.02% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF77 is #C20088. Grayscale: #B5B5B5. Windows color (decimal): -12714121 or 7864125. OLE color: 7864125.
HSL color Cylindrical-coordinate representation of color #3DFF77: hue angle of 137.94º 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 #3DFF77 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 119 | - |
| CMYK | 0.76 | 0 | 0.53 | 0 |
| HSL | 137.94º | 1% | 0.62% | - |
| HSV(B) | 137.94º | 0.76% | 1% | - |
| XYZ | 41.01 | 73.84 | 29.54 | - |
| YUV | 181.49 | 92.73 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 119 | 0.76 | 0 | 0.53 | 0 | 137.94 | 1 | 0.62 |
| Hex | 3D | FF | 77 | 4C | 0 | 35 | 0 | 8A | 64 | 3E |
| Octal | 75 | 377 | 167 | 114 | 0 | 65 | 0 | 212 | 144 | 76 |
| Binary | 111101 | 11111111 | 1110111 | 1001100 | 0 | 110101 | 0 | 10001010 | 1100100 | 111110 |
Color Harmonies of #3DFF77
Complementary color
Monochromatic Colors of #3DFF77
Black with #3DFF77
Text Example
Text Example
White with #3DFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF77; }
p { color: rgb(61,255,119); }
H1.HeaderClassName
{
color: #3DFF77;
}
.AnyTagClassName
{
color: #3DFF77;
}
</style>
background-color css
<style>
a { background-color: #3DFF77; }
a { background-color: rgb(61,255,119); }
div.DivClassName
{
background-color: #3DFF77;
}
.BgClassName
{
background-color: #3DFF77;
}
</style>
border-color css
<style>
span { border-color: #3DFF77; }
span { border-color: rgb(61,255,119); }
td.TdClassName
{
border-color: #3DFF77;
}
.TagClassName
{
border-color: #3DFF77;
}
</style>