Shades of Screamin' Green #3DF86F
Tints of Screamin' Green #3DF86F
RGB
CMYK
RGB Variations
Color information
#3DF86F (or 0x3DF86F) is known color: Screamin' Green. HEX triplet: 3D, F8 and 6F. RGB value is (61,248,111). Sum of RGB (Red+Green+Blue) = 61+248+111=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF86F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF86F is #C20790. Grayscale: #B0B0B0. Windows color (decimal): -12715921 or 7338045. OLE color: 7338045.
HSL color Cylindrical-coordinate representation of color #3DF86F: hue angle of 136.04º 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 #3DF86F is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 111 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.03 |
| HSL | 136.04º | 0.93% | 0.61% | - |
| HSV(B) | 136.04º | 0.75% | 0.97% | - |
| XYZ | 38.36 | 69.27 | 26.39 | - |
| YUV | 176.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 111 | 0.75 | 0 | 0.55 | 0.03 | 136.04 | 0.93 | 0.61 |
| Hex | 3D | F8 | 6F | 4B | 0 | 37 | 3 | 88 | 5D | 3D |
| Octal | 75 | 370 | 157 | 113 | 0 | 67 | 3 | 210 | 135 | 75 |
| Binary | 111101 | 11111000 | 1101111 | 1001011 | 0 | 110111 | 11 | 10001000 | 1011101 | 111101 |
Color Harmonies of #3DF86F
Complementary color
Monochromatic Colors of #3DF86F
Black with #3DF86F
Text Example
Text Example
White with #3DF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF86F; }
p { color: rgb(61,248,111); }
H1.HeaderClassName
{
color: #3DF86F;
}
.AnyTagClassName
{
color: #3DF86F;
}
</style>
background-color css
<style>
a { background-color: #3DF86F; }
a { background-color: rgb(61,248,111); }
div.DivClassName
{
background-color: #3DF86F;
}
.BgClassName
{
background-color: #3DF86F;
}
</style>
border-color css
<style>
span { border-color: #3DF86F; }
span { border-color: rgb(61,248,111); }
td.TdClassName
{
border-color: #3DF86F;
}
.TagClassName
{
border-color: #3DF86F;
}
</style>