Shades of Screamin' Green #3CF668
Tints of Screamin' Green #3CF668
RGB
CMYK
RGB Variations
Color information
#3CF668 (or 0x3CF668) is known color: Screamin' Green. HEX triplet: 3C, F6 and 68. RGB value is (60,246,104). Sum of RGB (Red+Green+Blue) = 60+246+104=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF668 is #C30997. Grayscale: #AEAEAE. Windows color (decimal): -12781976 or 6878780. OLE color: 6878780.
HSL color Cylindrical-coordinate representation of color #3CF668: hue angle of 134.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF668 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 104 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.04 |
| HSL | 134.19º | 0.91% | 0.6% | - |
| HSV(B) | 134.19º | 0.76% | 0.96% | - |
| XYZ | 37.32 | 67.87 | 24.23 | - |
| YUV | 174.2 | 88.38 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 104 | 0.76 | 0 | 0.58 | 0.04 | 134.19 | 0.91 | 0.6 |
| Hex | 3C | F6 | 68 | 4C | 0 | 3A | 4 | 86 | 5B | 3C |
| Octal | 74 | 366 | 150 | 114 | 0 | 72 | 4 | 206 | 133 | 74 |
| Binary | 111100 | 11110110 | 1101000 | 1001100 | 0 | 111010 | 100 | 10000110 | 1011011 | 111100 |
Color Harmonies of #3CF668
Complementary color
Monochromatic Colors of #3CF668
Black with #3CF668
Text Example
Text Example
White with #3CF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF668; }
p { color: rgb(60,246,104); }
H1.HeaderClassName
{
color: #3CF668;
}
.AnyTagClassName
{
color: #3CF668;
}
</style>
background-color css
<style>
a { background-color: #3CF668; }
a { background-color: rgb(60,246,104); }
div.DivClassName
{
background-color: #3CF668;
}
.BgClassName
{
background-color: #3CF668;
}
</style>
border-color css
<style>
span { border-color: #3CF668; }
span { border-color: rgb(60,246,104); }
td.TdClassName
{
border-color: #3CF668;
}
.TagClassName
{
border-color: #3CF668;
}
</style>