Shades of Screamin' Green #3DFB65
Tints of Screamin' Green #3DFB65
RGB
CMYK
RGB Variations
Color information
#3DFB65 (or 0x3DFB65) is known color: Screamin' Green. HEX triplet: 3D, FB and 65. RGB value is (61,251,101). Sum of RGB (Red+Green+Blue) = 61+251+101=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFB65 is #C2049A. Grayscale: #B1B1B1. Windows color (decimal): -12715163 or 6683453. OLE color: 6683453.
HSL color Cylindrical-coordinate representation of color #3DFB65: hue angle of 132.63º 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 #3DFB65 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 101 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.02 |
| HSL | 132.63º | 0.96% | 0.61% | - |
| HSV(B) | 132.63º | 0.76% | 0.98% | - |
| XYZ | 38.77 | 70.93 | 23.96 | - |
| YUV | 177.09 | 85.05 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 101 | 0.76 | 0 | 0.60 | 0.02 | 132.63 | 0.96 | 0.61 |
| Hex | 3D | FB | 65 | 4C | 0 | 3C | 2 | 85 | 60 | 3D |
| Octal | 75 | 373 | 145 | 114 | 0 | 74 | 2 | 205 | 140 | 75 |
| Binary | 111101 | 11111011 | 1100101 | 1001100 | 0 | 111100 | 10 | 10000101 | 1100000 | 111101 |
Color Harmonies of #3DFB65
Complementary color
Monochromatic Colors of #3DFB65
Black with #3DFB65
Text Example
Text Example
White with #3DFB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB65; }
p { color: rgb(61,251,101); }
H1.HeaderClassName
{
color: #3DFB65;
}
.AnyTagClassName
{
color: #3DFB65;
}
</style>
background-color css
<style>
a { background-color: #3DFB65; }
a { background-color: rgb(61,251,101); }
div.DivClassName
{
background-color: #3DFB65;
}
.BgClassName
{
background-color: #3DFB65;
}
</style>
border-color css
<style>
span { border-color: #3DFB65; }
span { border-color: rgb(61,251,101); }
td.TdClassName
{
border-color: #3DFB65;
}
.TagClassName
{
border-color: #3DFB65;
}
</style>