Shades of Screamin' Green #3DED57
Tints of Screamin' Green #3DED57
RGB
CMYK
RGB Variations
Color information
#3DED57 (or 0x3DED57) is known color: Screamin' Green. HEX triplet: 3D, ED and 57. RGB value is (61,237,87). Sum of RGB (Red+Green+Blue) = 61+237+87=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DED57 is #C212A8. Grayscale: #A7A7A7. Windows color (decimal): -12718761 or 5762365. OLE color: 5762365.
HSL color Cylindrical-coordinate representation of color #3DED57: hue angle of 128.86º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED57 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 87 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.07 |
| HSL | 128.86º | 0.83% | 0.58% | - |
| HSV(B) | 128.86º | 0.74% | 0.93% | - |
| XYZ | 33.93 | 62.25 | 19.24 | - |
| YUV | 167.28 | 82.69 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 87 | 0.74 | 0 | 0.63 | 0.07 | 128.86 | 0.83 | 0.58 |
| Hex | 3D | ED | 57 | 4A | 0 | 3F | 7 | 81 | 53 | 3A |
| Octal | 75 | 355 | 127 | 112 | 0 | 77 | 7 | 201 | 123 | 72 |
| Binary | 111101 | 11101101 | 1010111 | 1001010 | 0 | 111111 | 111 | 10000001 | 1010011 | 111010 |
Color Harmonies of #3DED57
Complementary color
Monochromatic Colors of #3DED57
Black with #3DED57
Text Example
Text Example
White with #3DED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED57; }
p { color: rgb(61,237,87); }
H1.HeaderClassName
{
color: #3DED57;
}
.AnyTagClassName
{
color: #3DED57;
}
</style>
background-color css
<style>
a { background-color: #3DED57; }
a { background-color: rgb(61,237,87); }
div.DivClassName
{
background-color: #3DED57;
}
.BgClassName
{
background-color: #3DED57;
}
</style>
border-color css
<style>
span { border-color: #3DED57; }
span { border-color: rgb(61,237,87); }
td.TdClassName
{
border-color: #3DED57;
}
.TagClassName
{
border-color: #3DED57;
}
</style>