Shades of Screamin' Green #3DFB71
Tints of Screamin' Green #3DFB71
RGB
CMYK
RGB Variations
Color information
#3DFB71 (or 0x3DFB71) is known color: Screamin' Green. HEX triplet: 3D, FB and 71. RGB value is (61,251,113). Sum of RGB (Red+Green+Blue) = 61+251+113=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFB71 is #C2048E. Grayscale: #B2B2B2. Windows color (decimal): -12715151 or 7469885. OLE color: 7469885.
HSL color Cylindrical-coordinate representation of color #3DFB71: hue angle of 136.42º degrees, saturation: 0.96, 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 #3DFB71 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 113 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.02 |
| HSL | 136.42º | 0.96% | 0.61% | - |
| HSV(B) | 136.42º | 0.76% | 0.98% | - |
| XYZ | 39.4 | 71.18 | 27.28 | - |
| YUV | 178.46 | 91.05 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 113 | 0.76 | 0 | 0.55 | 0.02 | 136.42 | 0.96 | 0.61 |
| Hex | 3D | FB | 71 | 4C | 0 | 37 | 2 | 88 | 60 | 3D |
| Octal | 75 | 373 | 161 | 114 | 0 | 67 | 2 | 210 | 140 | 75 |
| Binary | 111101 | 11111011 | 1110001 | 1001100 | 0 | 110111 | 10 | 10001000 | 1100000 | 111101 |
Color Harmonies of #3DFB71
Complementary color
Monochromatic Colors of #3DFB71
Black with #3DFB71
Text Example
Text Example
White with #3DFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB71; }
p { color: rgb(61,251,113); }
H1.HeaderClassName
{
color: #3DFB71;
}
.AnyTagClassName
{
color: #3DFB71;
}
</style>
background-color css
<style>
a { background-color: #3DFB71; }
a { background-color: rgb(61,251,113); }
div.DivClassName
{
background-color: #3DFB71;
}
.BgClassName
{
background-color: #3DFB71;
}
</style>
border-color css
<style>
span { border-color: #3DFB71; }
span { border-color: rgb(61,251,113); }
td.TdClassName
{
border-color: #3DFB71;
}
.TagClassName
{
border-color: #3DFB71;
}
</style>