Shades of Screamin' Green #3DFB74
Tints of Screamin' Green #3DFB74
RGB
CMYK
RGB Variations
Color information
#3DFB74 (or 0x3DFB74) is known color: Screamin' Green. HEX triplet: 3D, FB and 74. RGB value is (61,251,116). Sum of RGB (Red+Green+Blue) = 61+251+116=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFB74 is #C2048B. Grayscale: #B3B3B3. Windows color (decimal): -12715148 or 7666493. OLE color: 7666493.
HSL color Cylindrical-coordinate representation of color #3DFB74: hue angle of 137.37º 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 #3DFB74 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 116 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.02 |
| HSL | 137.37º | 0.96% | 0.61% | - |
| HSV(B) | 137.37º | 0.76% | 0.98% | - |
| XYZ | 39.57 | 71.25 | 28.19 | - |
| YUV | 178.8 | 92.55 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 116 | 0.76 | 0 | 0.54 | 0.02 | 137.37 | 0.96 | 0.61 |
| Hex | 3D | FB | 74 | 4C | 0 | 36 | 2 | 89 | 60 | 3D |
| Octal | 75 | 373 | 164 | 114 | 0 | 66 | 2 | 211 | 140 | 75 |
| Binary | 111101 | 11111011 | 1110100 | 1001100 | 0 | 110110 | 10 | 10001001 | 1100000 | 111101 |
Color Harmonies of #3DFB74
Complementary color
Monochromatic Colors of #3DFB74
Black with #3DFB74
Text Example
Text Example
White with #3DFB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB74; }
p { color: rgb(61,251,116); }
H1.HeaderClassName
{
color: #3DFB74;
}
.AnyTagClassName
{
color: #3DFB74;
}
</style>
background-color css
<style>
a { background-color: #3DFB74; }
a { background-color: rgb(61,251,116); }
div.DivClassName
{
background-color: #3DFB74;
}
.BgClassName
{
background-color: #3DFB74;
}
</style>
border-color css
<style>
span { border-color: #3DFB74; }
span { border-color: rgb(61,251,116); }
td.TdClassName
{
border-color: #3DFB74;
}
.TagClassName
{
border-color: #3DFB74;
}
</style>