Shades of Screamin' Green #3DF64F
Tints of Screamin' Green #3DF64F
RGB
CMYK
RGB Variations
Color information
#3DF64F (or 0x3DF64F) is known color: Screamin' Green. HEX triplet: 3D, F6 and 4F. RGB value is (61,246,79). Sum of RGB (Red+Green+Blue) = 61+246+79=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 246 (96.48% from 255 or 63.73% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF64F is #C209B0. Grayscale: #ACACAC. Windows color (decimal): -12716465 or 5240381. OLE color: 5240381.
HSL color Cylindrical-coordinate representation of color #3DF64F: hue angle of 125.84º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF64F is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 79 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.04 |
| HSL | 125.84º | 0.91% | 0.6% | - |
| HSV(B) | 125.84º | 0.75% | 0.96% | - |
| XYZ | 36.29 | 67.47 | 18.51 | - |
| YUV | 171.65 | 75.71 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 79 | 0.75 | 0 | 0.68 | 0.04 | 125.84 | 0.91 | 0.6 |
| Hex | 3D | F6 | 4F | 4B | 0 | 44 | 4 | 7E | 5B | 3C |
| Octal | 75 | 366 | 117 | 113 | 0 | 104 | 4 | 176 | 133 | 74 |
| Binary | 111101 | 11110110 | 1001111 | 1001011 | 0 | 1000100 | 100 | 1111110 | 1011011 | 111100 |
Color Harmonies of #3DF64F
Complementary color
Monochromatic Colors of #3DF64F
Black with #3DF64F
Text Example
Text Example
White with #3DF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF64F; }
p { color: rgb(61,246,79); }
H1.HeaderClassName
{
color: #3DF64F;
}
.AnyTagClassName
{
color: #3DF64F;
}
</style>
background-color css
<style>
a { background-color: #3DF64F; }
a { background-color: rgb(61,246,79); }
div.DivClassName
{
background-color: #3DF64F;
}
.BgClassName
{
background-color: #3DF64F;
}
</style>
border-color css
<style>
span { border-color: #3DF64F; }
span { border-color: rgb(61,246,79); }
td.TdClassName
{
border-color: #3DF64F;
}
.TagClassName
{
border-color: #3DF64F;
}
</style>