Shades of Screamin' Green #3DF55D
Tints of Screamin' Green #3DF55D
RGB
CMYK
RGB Variations
Color information
#3DF55D (or 0x3DF55D) is known color: Screamin' Green. HEX triplet: 3D, F5 and 5D. RGB value is (61,245,93). Sum of RGB (Red+Green+Blue) = 61+245+93=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF55D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF55D is #C20AA2. Grayscale: #ADADAD. Windows color (decimal): -12716707 or 6157629. OLE color: 6157629.
HSL color Cylindrical-coordinate representation of color #3DF55D: hue angle of 130.43º 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 #3DF55D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 93 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.04 |
| HSL | 130.43º | 0.9% | 0.6% | - |
| HSV(B) | 130.43º | 0.75% | 0.96% | - |
| XYZ | 36.55 | 67.09 | 21.38 | - |
| YUV | 172.66 | 83.04 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 93 | 0.75 | 0 | 0.62 | 0.04 | 130.43 | 0.9 | 0.6 |
| Hex | 3D | F5 | 5D | 4B | 0 | 3E | 4 | 82 | 5A | 3C |
| Octal | 75 | 365 | 135 | 113 | 0 | 76 | 4 | 202 | 132 | 74 |
| Binary | 111101 | 11110101 | 1011101 | 1001011 | 0 | 111110 | 100 | 10000010 | 1011010 | 111100 |
Color Harmonies of #3DF55D
Complementary color
Monochromatic Colors of #3DF55D
Black with #3DF55D
Text Example
Text Example
White with #3DF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF55D; }
p { color: rgb(61,245,93); }
H1.HeaderClassName
{
color: #3DF55D;
}
.AnyTagClassName
{
color: #3DF55D;
}
</style>
background-color css
<style>
a { background-color: #3DF55D; }
a { background-color: rgb(61,245,93); }
div.DivClassName
{
background-color: #3DF55D;
}
.BgClassName
{
background-color: #3DF55D;
}
</style>
border-color css
<style>
span { border-color: #3DF55D; }
span { border-color: rgb(61,245,93); }
td.TdClassName
{
border-color: #3DF55D;
}
.TagClassName
{
border-color: #3DF55D;
}
</style>