Shades of Screamin' Green #3DFC65
Tints of Screamin' Green #3DFC65
RGB
CMYK
RGB Variations
Color information
#3DFC65 (or 0x3DFC65) is known color: Screamin' Green. HEX triplet: 3D, FC and 65. RGB value is (61,252,101). Sum of RGB (Red+Green+Blue) = 61+252+101=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFC65 is #C2039A. Grayscale: #B2B2B2. Windows color (decimal): -12714907 or 6683709. OLE color: 6683709.
HSL color Cylindrical-coordinate representation of color #3DFC65: hue angle of 132.57º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFC65 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 101 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.01 |
| HSL | 132.57º | 0.97% | 0.61% | - |
| HSV(B) | 132.57º | 0.76% | 0.99% | - |
| XYZ | 39.08 | 71.55 | 24.06 | - |
| YUV | 177.68 | 84.72 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 101 | 0.76 | 0 | 0.60 | 0.01 | 132.57 | 0.97 | 0.61 |
| Hex | 3D | FC | 65 | 4C | 0 | 3C | 1 | 85 | 61 | 3D |
| Octal | 75 | 374 | 145 | 114 | 0 | 74 | 1 | 205 | 141 | 75 |
| Binary | 111101 | 11111100 | 1100101 | 1001100 | 0 | 111100 | 1 | 10000101 | 1100001 | 111101 |
Color Harmonies of #3DFC65
Complementary color
Monochromatic Colors of #3DFC65
Black with #3DFC65
Text Example
Text Example
White with #3DFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC65; }
p { color: rgb(61,252,101); }
H1.HeaderClassName
{
color: #3DFC65;
}
.AnyTagClassName
{
color: #3DFC65;
}
</style>
background-color css
<style>
a { background-color: #3DFC65; }
a { background-color: rgb(61,252,101); }
div.DivClassName
{
background-color: #3DFC65;
}
.BgClassName
{
background-color: #3DFC65;
}
</style>
border-color css
<style>
span { border-color: #3DFC65; }
span { border-color: rgb(61,252,101); }
td.TdClassName
{
border-color: #3DFC65;
}
.TagClassName
{
border-color: #3DFC65;
}
</style>