Shades of Screamin' Green #3DF96D
Tints of Screamin' Green #3DF96D
RGB
CMYK
RGB Variations
Color information
#3DF96D (or 0x3DF96D) is known color: Screamin' Green. HEX triplet: 3D, F9 and 6D. RGB value is (61,249,109). Sum of RGB (Red+Green+Blue) = 61+249+109=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF96D is #C20692. Grayscale: #B1B1B1. Windows color (decimal): -12715667 or 7207229. OLE color: 7207229.
HSL color Cylindrical-coordinate representation of color #3DF96D: hue angle of 135.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF96D is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 109 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.02 |
| HSL | 135.32º | 0.94% | 0.61% | - |
| HSV(B) | 135.32º | 0.76% | 0.98% | - |
| XYZ | 38.56 | 69.85 | 25.92 | - |
| YUV | 176.83 | 89.72 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 109 | 0.76 | 0 | 0.56 | 0.02 | 135.32 | 0.94 | 0.61 |
| Hex | 3D | F9 | 6D | 4C | 0 | 38 | 2 | 87 | 5E | 3D |
| Octal | 75 | 371 | 155 | 114 | 0 | 70 | 2 | 207 | 136 | 75 |
| Binary | 111101 | 11111001 | 1101101 | 1001100 | 0 | 111000 | 10 | 10000111 | 1011110 | 111101 |
Color Harmonies of #3DF96D
Complementary color
Monochromatic Colors of #3DF96D
Black with #3DF96D
Text Example
Text Example
White with #3DF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF96D; }
p { color: rgb(61,249,109); }
H1.HeaderClassName
{
color: #3DF96D;
}
.AnyTagClassName
{
color: #3DF96D;
}
</style>
background-color css
<style>
a { background-color: #3DF96D; }
a { background-color: rgb(61,249,109); }
div.DivClassName
{
background-color: #3DF96D;
}
.BgClassName
{
background-color: #3DF96D;
}
</style>
border-color css
<style>
span { border-color: #3DF96D; }
span { border-color: rgb(61,249,109); }
td.TdClassName
{
border-color: #3DF96D;
}
.TagClassName
{
border-color: #3DF96D;
}
</style>