Shades of Screamin' Green #3FF65A
Tints of Screamin' Green #3FF65A
RGB
CMYK
RGB Variations
Color information
#3FF65A (or 0x3FF65A) is known color: Screamin' Green. HEX triplet: 3F, F6 and 5A. RGB value is (63,246,90). Sum of RGB (Red+Green+Blue) = 63+246+90=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 246 (96.48% from 255 or 61.65% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF65A is #C009A5. Grayscale: #ADADAD. Windows color (decimal): -12585382 or 5961279. OLE color: 5961279.
HSL color Cylindrical-coordinate representation of color #3FF65A: hue angle of 128.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF65A is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 90 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.04 |
| HSL | 128.85º | 0.91% | 0.61% | - |
| HSV(B) | 128.85º | 0.74% | 0.96% | - |
| XYZ | 36.85 | 67.71 | 20.8 | - |
| YUV | 173.5 | 80.87 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 90 | 0.74 | 0 | 0.63 | 0.04 | 128.85 | 0.91 | 0.61 |
| Hex | 3F | F6 | 5A | 4A | 0 | 3F | 4 | 81 | 5B | 3D |
| Octal | 77 | 366 | 132 | 112 | 0 | 77 | 4 | 201 | 133 | 75 |
| Binary | 111111 | 11110110 | 1011010 | 1001010 | 0 | 111111 | 100 | 10000001 | 1011011 | 111101 |
Color Harmonies of #3FF65A
Complementary color
Monochromatic Colors of #3FF65A
Black with #3FF65A
Text Example
Text Example
White with #3FF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF65A; }
p { color: rgb(63,246,90); }
H1.HeaderClassName
{
color: #3FF65A;
}
.AnyTagClassName
{
color: #3FF65A;
}
</style>
background-color css
<style>
a { background-color: #3FF65A; }
a { background-color: rgb(63,246,90); }
div.DivClassName
{
background-color: #3FF65A;
}
.BgClassName
{
background-color: #3FF65A;
}
</style>
border-color css
<style>
span { border-color: #3FF65A; }
span { border-color: rgb(63,246,90); }
td.TdClassName
{
border-color: #3FF65A;
}
.TagClassName
{
border-color: #3FF65A;
}
</style>