Shades of Screamin' Green #3DFF57
Tints of Screamin' Green #3DFF57
RGB
CMYK
RGB Variations
Color information
#3DFF57 (or 0x3DFF57) is known color: Screamin' Green. HEX triplet: 3D, FF and 57. RGB value is (61,255,87). Sum of RGB (Red+Green+Blue) = 61+255+87=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF57 is #C200A8. Grayscale: #B2B2B2. Windows color (decimal): -12714153 or 5766973. OLE color: 5766973.
HSL color Cylindrical-coordinate representation of color #3DFF57: hue angle of 128.04º 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 #3DFF57 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 87 | - |
| CMYK | 0.76 | 0 | 0.66 | 0 |
| HSL | 128.04º | 1% | 0.62% | - |
| HSV(B) | 128.04º | 0.76% | 1% | - |
| XYZ | 39.4 | 73.2 | 21.07 | - |
| YUV | 177.84 | 76.73 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 87 | 0.76 | 0 | 0.66 | 0 | 128.04 | 1 | 0.62 |
| Hex | 3D | FF | 57 | 4C | 0 | 42 | 0 | 80 | 64 | 3E |
| Octal | 75 | 377 | 127 | 114 | 0 | 102 | 0 | 200 | 144 | 76 |
| Binary | 111101 | 11111111 | 1010111 | 1001100 | 0 | 1000010 | 0 | 10000000 | 1100100 | 111110 |
Color Harmonies of #3DFF57
Complementary color
Monochromatic Colors of #3DFF57
Black with #3DFF57
Text Example
Text Example
White with #3DFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF57; }
p { color: rgb(61,255,87); }
H1.HeaderClassName
{
color: #3DFF57;
}
.AnyTagClassName
{
color: #3DFF57;
}
</style>
background-color css
<style>
a { background-color: #3DFF57; }
a { background-color: rgb(61,255,87); }
div.DivClassName
{
background-color: #3DFF57;
}
.BgClassName
{
background-color: #3DFF57;
}
</style>
border-color css
<style>
span { border-color: #3DFF57; }
span { border-color: rgb(61,255,87); }
td.TdClassName
{
border-color: #3DFF57;
}
.TagClassName
{
border-color: #3DFF57;
}
</style>