Shades of Screamin' Green #3DF866
Tints of Screamin' Green #3DF866
RGB
CMYK
RGB Variations
Color information
#3DF866 (or 0x3DF866) is known color: Screamin' Green. HEX triplet: 3D, F8 and 66. RGB value is (61,248,102). Sum of RGB (Red+Green+Blue) = 61+248+102=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF866 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF866 is #C20799. Grayscale: #AFAFAF. Windows color (decimal): -12715930 or 6748221. OLE color: 6748221.
HSL color Cylindrical-coordinate representation of color #3DF866: hue angle of 133.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF866 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 102 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.03 |
| HSL | 133.16º | 0.93% | 0.61% | - |
| HSV(B) | 133.16º | 0.75% | 0.97% | - |
| XYZ | 37.89 | 69.09 | 23.91 | - |
| YUV | 175.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 102 | 0.75 | 0 | 0.59 | 0.03 | 133.16 | 0.93 | 0.61 |
| Hex | 3D | F8 | 66 | 4B | 0 | 3B | 3 | 85 | 5D | 3D |
| Octal | 75 | 370 | 146 | 113 | 0 | 73 | 3 | 205 | 135 | 75 |
| Binary | 111101 | 11111000 | 1100110 | 1001011 | 0 | 111011 | 11 | 10000101 | 1011101 | 111101 |
Color Harmonies of #3DF866
Complementary color
Monochromatic Colors of #3DF866
Black with #3DF866
Text Example
Text Example
White with #3DF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF866; }
p { color: rgb(61,248,102); }
H1.HeaderClassName
{
color: #3DF866;
}
.AnyTagClassName
{
color: #3DF866;
}
</style>
background-color css
<style>
a { background-color: #3DF866; }
a { background-color: rgb(61,248,102); }
div.DivClassName
{
background-color: #3DF866;
}
.BgClassName
{
background-color: #3DF866;
}
</style>
border-color css
<style>
span { border-color: #3DF866; }
span { border-color: rgb(61,248,102); }
td.TdClassName
{
border-color: #3DF866;
}
.TagClassName
{
border-color: #3DF866;
}
</style>