Shades of Screamin' Green #3FFF65
Tints of Screamin' Green #3FFF65
RGB
CMYK
RGB Variations
Color information
#3FFF65 (or 0x3FFF65) is known color: Screamin' Green. HEX triplet: 3F, FF and 65. RGB value is (63,255,101). Sum of RGB (Red+Green+Blue) = 63+255+101=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF65 is #C0009A. Grayscale: #B4B4B4. Windows color (decimal): -12583067 or 6684479. OLE color: 6684479.
HSL color Cylindrical-coordinate representation of color #3FFF65: hue angle of 131.88º 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 #3FFF65 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 101 | - |
| CMYK | 0.75 | 0 | 0.60 | 0 |
| HSL | 131.88º | 1% | 0.62% | - |
| HSV(B) | 131.88º | 0.75% | 1% | - |
| XYZ | 40.16 | 73.52 | 24.39 | - |
| YUV | 180.04 | 83.39 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 101 | 0.75 | 0 | 0.60 | 0 | 131.88 | 1 | 0.62 |
| Hex | 3F | FF | 65 | 4B | 0 | 3C | 0 | 84 | 64 | 3E |
| Octal | 77 | 377 | 145 | 113 | 0 | 74 | 0 | 204 | 144 | 76 |
| Binary | 111111 | 11111111 | 1100101 | 1001011 | 0 | 111100 | 0 | 10000100 | 1100100 | 111110 |
Color Harmonies of #3FFF65
Complementary color
Monochromatic Colors of #3FFF65
Black with #3FFF65
Text Example
Text Example
White with #3FFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF65; }
p { color: rgb(63,255,101); }
H1.HeaderClassName
{
color: #3FFF65;
}
.AnyTagClassName
{
color: #3FFF65;
}
</style>
background-color css
<style>
a { background-color: #3FFF65; }
a { background-color: rgb(63,255,101); }
div.DivClassName
{
background-color: #3FFF65;
}
.BgClassName
{
background-color: #3FFF65;
}
</style>
border-color css
<style>
span { border-color: #3FFF65; }
span { border-color: rgb(63,255,101); }
td.TdClassName
{
border-color: #3FFF65;
}
.TagClassName
{
border-color: #3FFF65;
}
</style>