Shades of Screamin' Green #3DFB50
Tints of Screamin' Green #3DFB50
RGB
CMYK
RGB Variations
Color information
#3DFB50 (or 0x3DFB50) is known color: Screamin' Green. HEX triplet: 3D, FB and 50. RGB value is (61,251,80). Sum of RGB (Red+Green+Blue) = 61+251+80=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFB50 is #C204AF. Grayscale: #AFAFAF. Windows color (decimal): -12715184 or 5307197. OLE color: 5307197.
HSL color Cylindrical-coordinate representation of color #3DFB50: hue angle of 126º 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 #3DFB50 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 80 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.02 |
| HSL | 126º | 0.96% | 0.61% | - |
| HSV(B) | 126º | 0.76% | 0.98% | - |
| XYZ | 37.87 | 70.57 | 19.21 | - |
| YUV | 174.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 80 | 0.76 | 0 | 0.68 | 0.02 | 126 | 0.96 | 0.61 |
| Hex | 3D | FB | 50 | 4C | 0 | 44 | 2 | 7E | 60 | 3D |
| Octal | 75 | 373 | 120 | 114 | 0 | 104 | 2 | 176 | 140 | 75 |
| Binary | 111101 | 11111011 | 1010000 | 1001100 | 0 | 1000100 | 10 | 1111110 | 1100000 | 111101 |
Color Harmonies of #3DFB50
Complementary color
Monochromatic Colors of #3DFB50
Black with #3DFB50
Text Example
Text Example
White with #3DFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB50; }
p { color: rgb(61,251,80); }
H1.HeaderClassName
{
color: #3DFB50;
}
.AnyTagClassName
{
color: #3DFB50;
}
</style>
background-color css
<style>
a { background-color: #3DFB50; }
a { background-color: rgb(61,251,80); }
div.DivClassName
{
background-color: #3DFB50;
}
.BgClassName
{
background-color: #3DFB50;
}
</style>
border-color css
<style>
span { border-color: #3DFB50; }
span { border-color: rgb(61,251,80); }
td.TdClassName
{
border-color: #3DFB50;
}
.TagClassName
{
border-color: #3DFB50;
}
</style>