Shades of Screamin' Green #3DF656
Tints of Screamin' Green #3DF656
RGB
CMYK
RGB Variations
Color information
#3DF656 (or 0x3DF656) is known color: Screamin' Green. HEX triplet: 3D, F6 and 56. RGB value is (61,246,86). Sum of RGB (Red+Green+Blue) = 61+246+86=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF656 is #C209A9. Grayscale: #ACACAC. Windows color (decimal): -12716458 or 5699133. OLE color: 5699133.
HSL color Cylindrical-coordinate representation of color #3DF656: hue angle of 128.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF656 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 86 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.04 |
| HSL | 128.11º | 0.91% | 0.6% | - |
| HSV(B) | 128.11º | 0.75% | 0.96% | - |
| XYZ | 36.56 | 67.58 | 19.92 | - |
| YUV | 172.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 86 | 0.75 | 0 | 0.65 | 0.04 | 128.11 | 0.91 | 0.6 |
| Hex | 3D | F6 | 56 | 4B | 0 | 41 | 4 | 80 | 5B | 3C |
| Octal | 75 | 366 | 126 | 113 | 0 | 101 | 4 | 200 | 133 | 74 |
| Binary | 111101 | 11110110 | 1010110 | 1001011 | 0 | 1000001 | 100 | 10000000 | 1011011 | 111100 |
Color Harmonies of #3DF656
Complementary color
Monochromatic Colors of #3DF656
Black with #3DF656
Text Example
Text Example
White with #3DF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF656; }
p { color: rgb(61,246,86); }
H1.HeaderClassName
{
color: #3DF656;
}
.AnyTagClassName
{
color: #3DF656;
}
</style>
background-color css
<style>
a { background-color: #3DF656; }
a { background-color: rgb(61,246,86); }
div.DivClassName
{
background-color: #3DF656;
}
.BgClassName
{
background-color: #3DF656;
}
</style>
border-color css
<style>
span { border-color: #3DF656; }
span { border-color: rgb(61,246,86); }
td.TdClassName
{
border-color: #3DF656;
}
.TagClassName
{
border-color: #3DF656;
}
</style>