Shades of Screamin' Green #3DF562
Tints of Screamin' Green #3DF562
RGB
CMYK
RGB Variations
Color information
#3DF562 (or 0x3DF562) is known color: Screamin' Green. HEX triplet: 3D, F5 and 62. RGB value is (61,245,98). Sum of RGB (Red+Green+Blue) = 61+245+98=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 245 (96.09% from 255 or 60.64% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF562 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF562 is #C20A9D. Grayscale: #ADADAD. Windows color (decimal): -12716702 or 6485309. OLE color: 6485309.
HSL color Cylindrical-coordinate representation of color #3DF562: hue angle of 132.07º degrees, saturation: 0.9, 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 #3DF562 is Cyan = 0.75, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 98 | - |
| CMYK | 0.75 | 0 | 0.6 | 0.04 |
| HSL | 132.07º | 0.9% | 0.6% | - |
| HSV(B) | 132.07º | 0.75% | 0.96% | - |
| XYZ | 36.78 | 67.18 | 22.58 | - |
| YUV | 173.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 98 | 0.75 | 0 | 0.6 | 0.04 | 132.07 | 0.9 | 0.6 |
| Hex | 3D | F5 | 62 | 4B | 0 | 3C | 4 | 84 | 5A | 3C |
| Octal | 75 | 365 | 142 | 113 | 0 | 74 | 4 | 204 | 132 | 74 |
| Binary | 111101 | 11110101 | 1100010 | 1001011 | 0 | 111100 | 100 | 10000100 | 1011010 | 111100 |
Color Harmonies of #3DF562
Complementary color
Monochromatic Colors of #3DF562
Black with #3DF562
Text Example
Text Example
White with #3DF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF562; }
p { color: rgb(61,245,98); }
H1.HeaderClassName
{
color: #3DF562;
}
.AnyTagClassName
{
color: #3DF562;
}
</style>
background-color css
<style>
a { background-color: #3DF562; }
a { background-color: rgb(61,245,98); }
div.DivClassName
{
background-color: #3DF562;
}
.BgClassName
{
background-color: #3DF562;
}
</style>
border-color css
<style>
span { border-color: #3DF562; }
span { border-color: rgb(61,245,98); }
td.TdClassName
{
border-color: #3DF562;
}
.TagClassName
{
border-color: #3DF562;
}
</style>