Shades of Screamin' Green #3FFF69
Tints of Screamin' Green #3FFF69
RGB
CMYK
RGB Variations
Color information
#3FFF69 (or 0x3FFF69) is known color: Screamin' Green. HEX triplet: 3F, FF and 69. RGB value is (63,255,105). Sum of RGB (Red+Green+Blue) = 63+255+105=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF69 is #C00096. Grayscale: #B4B4B4. Windows color (decimal): -12583063 or 6946623. OLE color: 6946623.
HSL color Cylindrical-coordinate representation of color #3FFF69: hue angle of 133.12º 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 #3FFF69 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 105 | - |
| CMYK | 0.75 | 0 | 0.59 | 0 |
| HSL | 133.13º | 1% | 0.62% | - |
| HSV(B) | 133.13º | 0.75% | 1% | - |
| XYZ | 40.36 | 73.6 | 25.44 | - |
| YUV | 180.49 | 85.39 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 105 | 0.75 | 0 | 0.59 | 0 | 133.13 | 1 | 0.62 |
| Hex | 3F | FF | 69 | 4B | 0 | 3B | 0 | 85 | 64 | 3E |
| Octal | 77 | 377 | 151 | 113 | 0 | 73 | 0 | 205 | 144 | 76 |
| Binary | 111111 | 11111111 | 1101001 | 1001011 | 0 | 111011 | 0 | 10000101 | 1100100 | 111110 |
Color Harmonies of #3FFF69
Complementary color
Monochromatic Colors of #3FFF69
Black with #3FFF69
Text Example
Text Example
White with #3FFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF69; }
p { color: rgb(63,255,105); }
H1.HeaderClassName
{
color: #3FFF69;
}
.AnyTagClassName
{
color: #3FFF69;
}
</style>
background-color css
<style>
a { background-color: #3FFF69; }
a { background-color: rgb(63,255,105); }
div.DivClassName
{
background-color: #3FFF69;
}
.BgClassName
{
background-color: #3FFF69;
}
</style>
border-color css
<style>
span { border-color: #3FFF69; }
span { border-color: rgb(63,255,105); }
td.TdClassName
{
border-color: #3FFF69;
}
.TagClassName
{
border-color: #3FFF69;
}
</style>