Shades of Screamin' Green #3DF961
Tints of Screamin' Green #3DF961
RGB
CMYK
RGB Variations
Color information
#3DF961 (or 0x3DF961) is known color: Screamin' Green. HEX triplet: 3D, F9 and 61. RGB value is (61,249,97). Sum of RGB (Red+Green+Blue) = 61+249+97=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF961 is #C2069E. Grayscale: #AFAFAF. Windows color (decimal): -12715679 or 6420797. OLE color: 6420797.
HSL color Cylindrical-coordinate representation of color #3DF961: hue angle of 131.49º degrees, saturation: 0.94, 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 #3DF961 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 97 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.02 |
| HSL | 131.49º | 0.94% | 0.61% | - |
| HSV(B) | 131.49º | 0.76% | 0.98% | - |
| XYZ | 37.96 | 69.61 | 22.74 | - |
| YUV | 175.46 | 83.72 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 97 | 0.76 | 0 | 0.61 | 0.02 | 131.49 | 0.94 | 0.61 |
| Hex | 3D | F9 | 61 | 4C | 0 | 3D | 2 | 83 | 5E | 3D |
| Octal | 75 | 371 | 141 | 114 | 0 | 75 | 2 | 203 | 136 | 75 |
| Binary | 111101 | 11111001 | 1100001 | 1001100 | 0 | 111101 | 10 | 10000011 | 1011110 | 111101 |
Color Harmonies of #3DF961
Complementary color
Monochromatic Colors of #3DF961
Black with #3DF961
Text Example
Text Example
White with #3DF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF961; }
p { color: rgb(61,249,97); }
H1.HeaderClassName
{
color: #3DF961;
}
.AnyTagClassName
{
color: #3DF961;
}
</style>
background-color css
<style>
a { background-color: #3DF961; }
a { background-color: rgb(61,249,97); }
div.DivClassName
{
background-color: #3DF961;
}
.BgClassName
{
background-color: #3DF961;
}
</style>
border-color css
<style>
span { border-color: #3DF961; }
span { border-color: rgb(61,249,97); }
td.TdClassName
{
border-color: #3DF961;
}
.TagClassName
{
border-color: #3DF961;
}
</style>