Shades of Screamin' Green #40F168
Tints of Screamin' Green #40F168
RGB
CMYK
RGB Variations
Color information
#40F168 (or 0x40F168) is known color: Screamin' Green. HEX triplet: 40, F1 and 68. RGB value is (64,241,104). Sum of RGB (Red+Green+Blue) = 64+241+104=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #40F168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F168 is #BF0E97. Grayscale: #ACACAC. Windows color (decimal): -12521112 or 6877504. OLE color: 6877504.
HSL color Cylindrical-coordinate representation of color #40F168: hue angle of 133.56º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F168 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 104 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.05 |
| HSL | 133.56º | 0.86% | 0.6% | - |
| HSV(B) | 133.56º | 0.73% | 0.95% | - |
| XYZ | 36.07 | 65 | 23.74 | - |
| YUV | 172.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 104 | 0.73 | 0 | 0.57 | 0.05 | 133.56 | 0.86 | 0.6 |
| Hex | 40 | F1 | 68 | 49 | 0 | 39 | 5 | 86 | 56 | 3C |
| Octal | 100 | 361 | 150 | 111 | 0 | 71 | 5 | 206 | 126 | 74 |
| Binary | 1000000 | 11110001 | 1101000 | 1001001 | 0 | 111001 | 101 | 10000110 | 1010110 | 111100 |
Color Harmonies of #40F168
Complementary color
Monochromatic Colors of #40F168
Black with #40F168
Text Example
Text Example
White with #40F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F168; }
p { color: rgb(64,241,104); }
H1.HeaderClassName
{
color: #40F168;
}
.AnyTagClassName
{
color: #40F168;
}
</style>
background-color css
<style>
a { background-color: #40F168; }
a { background-color: rgb(64,241,104); }
div.DivClassName
{
background-color: #40F168;
}
.BgClassName
{
background-color: #40F168;
}
</style>
border-color css
<style>
span { border-color: #40F168; }
span { border-color: rgb(64,241,104); }
td.TdClassName
{
border-color: #40F168;
}
.TagClassName
{
border-color: #40F168;
}
</style>