Shades of Screamin' Green #3DF668
Tints of Screamin' Green #3DF668
RGB
CMYK
RGB Variations
Color information
#3DF668 (or 0x3DF668) is known color: Screamin' Green. HEX triplet: 3D, F6 and 68. RGB value is (61,246,104). Sum of RGB (Red+Green+Blue) = 61+246+104=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF668 is #C20997. Grayscale: #AEAEAE. Windows color (decimal): -12716440 or 6878781. OLE color: 6878781.
HSL color Cylindrical-coordinate representation of color #3DF668: hue angle of 133.95º 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 #3DF668 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 104 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.04 |
| HSL | 133.95º | 0.91% | 0.6% | - |
| HSV(B) | 133.95º | 0.75% | 0.96% | - |
| XYZ | 37.38 | 67.9 | 24.23 | - |
| YUV | 174.5 | 88.21 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 104 | 0.75 | 0 | 0.58 | 0.04 | 133.95 | 0.91 | 0.6 |
| Hex | 3D | F6 | 68 | 4B | 0 | 3A | 4 | 86 | 5B | 3C |
| Octal | 75 | 366 | 150 | 113 | 0 | 72 | 4 | 206 | 133 | 74 |
| Binary | 111101 | 11110110 | 1101000 | 1001011 | 0 | 111010 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3DF668
Complementary color
Monochromatic Colors of #3DF668
Black with #3DF668
Text Example
Text Example
White with #3DF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF668; }
p { color: rgb(61,246,104); }
H1.HeaderClassName
{
color: #3DF668;
}
.AnyTagClassName
{
color: #3DF668;
}
</style>
background-color css
<style>
a { background-color: #3DF668; }
a { background-color: rgb(61,246,104); }
div.DivClassName
{
background-color: #3DF668;
}
.BgClassName
{
background-color: #3DF668;
}
</style>
border-color css
<style>
span { border-color: #3DF668; }
span { border-color: rgb(61,246,104); }
td.TdClassName
{
border-color: #3DF668;
}
.TagClassName
{
border-color: #3DF668;
}
</style>