Shades of Screamin' Green #3DFB7A
Tints of Screamin' Green #3DFB7A
RGB
CMYK
RGB Variations
Color information
#3DFB7A (or 0x3DFB7A) is known color: Screamin' Green. HEX triplet: 3D, FB and 7A. RGB value is (61,251,122). Sum of RGB (Red+Green+Blue) = 61+251+122=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFB7A is #C20485. Grayscale: #B3B3B3. Windows color (decimal): -12715142 or 8059709. OLE color: 8059709.
HSL color Cylindrical-coordinate representation of color #3DFB7A: hue angle of 139.26º 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 #3DFB7A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 122 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.02 |
| HSL | 139.26º | 0.96% | 0.61% | - |
| HSV(B) | 139.26º | 0.76% | 0.98% | - |
| XYZ | 39.93 | 71.39 | 30.09 | - |
| YUV | 179.48 | 95.55 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 122 | 0.76 | 0 | 0.51 | 0.02 | 139.26 | 0.96 | 0.61 |
| Hex | 3D | FB | 7A | 4C | 0 | 33 | 2 | 8B | 60 | 3D |
| Octal | 75 | 373 | 172 | 114 | 0 | 63 | 2 | 213 | 140 | 75 |
| Binary | 111101 | 11111011 | 1111010 | 1001100 | 0 | 110011 | 10 | 10001011 | 1100000 | 111101 |
Color Harmonies of #3DFB7A
Complementary color
Monochromatic Colors of #3DFB7A
Black with #3DFB7A
Text Example
Text Example
White with #3DFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB7A; }
p { color: rgb(61,251,122); }
H1.HeaderClassName
{
color: #3DFB7A;
}
.AnyTagClassName
{
color: #3DFB7A;
}
</style>
background-color css
<style>
a { background-color: #3DFB7A; }
a { background-color: rgb(61,251,122); }
div.DivClassName
{
background-color: #3DFB7A;
}
.BgClassName
{
background-color: #3DFB7A;
}
</style>
border-color css
<style>
span { border-color: #3DFB7A; }
span { border-color: rgb(61,251,122); }
td.TdClassName
{
border-color: #3DFB7A;
}
.TagClassName
{
border-color: #3DFB7A;
}
</style>