Shades of Screamin' Green #3FFF6C
Tints of Screamin' Green #3FFF6C
RGB
CMYK
RGB Variations
Color information
#3FFF6C (or 0x3FFF6C) is known color: Screamin' Green. HEX triplet: 3F, FF and 6C. RGB value is (63,255,108). Sum of RGB (Red+Green+Blue) = 63+255+108=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF6C is #C00093. Grayscale: #B5B5B5. Windows color (decimal): -12583060 or 7143231. OLE color: 7143231.
HSL color Cylindrical-coordinate representation of color #3FFF6C: hue angle of 134.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFF6C is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 108 | - |
| CMYK | 0.75 | 0 | 0.58 | 0 |
| HSL | 134.06º | 1% | 0.62% | - |
| HSV(B) | 134.06º | 0.75% | 1% | - |
| XYZ | 40.52 | 73.66 | 26.27 | - |
| YUV | 180.83 | 86.89 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 108 | 0.75 | 0 | 0.58 | 0 | 134.06 | 1 | 0.62 |
| Hex | 3F | FF | 6C | 4B | 0 | 3A | 0 | 86 | 64 | 3E |
| Octal | 77 | 377 | 154 | 113 | 0 | 72 | 0 | 206 | 144 | 76 |
| Binary | 111111 | 11111111 | 1101100 | 1001011 | 0 | 111010 | 0 | 10000110 | 1100100 | 111110 |
Color Harmonies of #3FFF6C
Complementary color
Monochromatic Colors of #3FFF6C
Black with #3FFF6C
Text Example
Text Example
White with #3FFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF6C; }
p { color: rgb(63,255,108); }
H1.HeaderClassName
{
color: #3FFF6C;
}
.AnyTagClassName
{
color: #3FFF6C;
}
</style>
background-color css
<style>
a { background-color: #3FFF6C; }
a { background-color: rgb(63,255,108); }
div.DivClassName
{
background-color: #3FFF6C;
}
.BgClassName
{
background-color: #3FFF6C;
}
</style>
border-color css
<style>
span { border-color: #3FFF6C; }
span { border-color: rgb(63,255,108); }
td.TdClassName
{
border-color: #3FFF6C;
}
.TagClassName
{
border-color: #3FFF6C;
}
</style>