Shades of Screamin' Green #3DF871
Tints of Screamin' Green #3DF871
RGB
CMYK
RGB Variations
Color information
#3DF871 (or 0x3DF871) is known color: Screamin' Green. HEX triplet: 3D, F8 and 71. RGB value is (61,248,113). Sum of RGB (Red+Green+Blue) = 61+248+113=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 248 (97.27% from 255 or 58.77% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF871 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF871 is #C2078E. Grayscale: #B1B1B1. Windows color (decimal): -12715919 or 7469117. OLE color: 7469117.
HSL color Cylindrical-coordinate representation of color #3DF871: hue angle of 136.68º 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 #3DF871 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 113 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.03 |
| HSL | 136.68º | 0.93% | 0.61% | - |
| HSV(B) | 136.68º | 0.75% | 0.97% | - |
| XYZ | 38.47 | 69.32 | 26.98 | - |
| YUV | 176.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 113 | 0.75 | 0 | 0.54 | 0.03 | 136.68 | 0.93 | 0.61 |
| Hex | 3D | F8 | 71 | 4B | 0 | 36 | 3 | 89 | 5D | 3D |
| Octal | 75 | 370 | 161 | 113 | 0 | 66 | 3 | 211 | 135 | 75 |
| Binary | 111101 | 11111000 | 1110001 | 1001011 | 0 | 110110 | 11 | 10001001 | 1011101 | 111101 |
Color Harmonies of #3DF871
Complementary color
Monochromatic Colors of #3DF871
Black with #3DF871
Text Example
Text Example
White with #3DF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF871; }
p { color: rgb(61,248,113); }
H1.HeaderClassName
{
color: #3DF871;
}
.AnyTagClassName
{
color: #3DF871;
}
</style>
background-color css
<style>
a { background-color: #3DF871; }
a { background-color: rgb(61,248,113); }
div.DivClassName
{
background-color: #3DF871;
}
.BgClassName
{
background-color: #3DF871;
}
</style>
border-color css
<style>
span { border-color: #3DF871; }
span { border-color: rgb(61,248,113); }
td.TdClassName
{
border-color: #3DF871;
}
.TagClassName
{
border-color: #3DF871;
}
</style>