Shades of Screamin' Green #40EE66
Tints of Screamin' Green #40EE66
RGB
CMYK
RGB Variations
Color information
#40EE66 (or 0x40EE66) is known color: Screamin' Green. HEX triplet: 40, EE and 66. RGB value is (64,238,102). Sum of RGB (Red+Green+Blue) = 64+238+102=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 238 (93.36% from 255 or 58.91% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EE66 is #BF1199. Grayscale: #AAAAAA. Windows color (decimal): -12521882 or 6745664. OLE color: 6745664.
HSL color Cylindrical-coordinate representation of color #40EE66: hue angle of 133.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EE66 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 102 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.07 |
| HSL | 133.1º | 0.84% | 0.59% | - |
| HSV(B) | 133.1º | 0.73% | 0.93% | - |
| XYZ | 35.09 | 63.2 | 22.92 | - |
| YUV | 170.47 | 89.35 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 102 | 0.73 | 0 | 0.57 | 0.07 | 133.1 | 0.84 | 0.59 |
| Hex | 40 | EE | 66 | 49 | 0 | 39 | 7 | 85 | 54 | 3B |
| Octal | 100 | 356 | 146 | 111 | 0 | 71 | 7 | 205 | 124 | 73 |
| Binary | 1000000 | 11101110 | 1100110 | 1001001 | 0 | 111001 | 111 | 10000101 | 1010100 | 111011 |
Color Harmonies of #40EE66
Complementary color
Monochromatic Colors of #40EE66
Black with #40EE66
Text Example
Text Example
White with #40EE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE66; }
p { color: rgb(64,238,102); }
H1.HeaderClassName
{
color: #40EE66;
}
.AnyTagClassName
{
color: #40EE66;
}
</style>
background-color css
<style>
a { background-color: #40EE66; }
a { background-color: rgb(64,238,102); }
div.DivClassName
{
background-color: #40EE66;
}
.BgClassName
{
background-color: #40EE66;
}
</style>
border-color css
<style>
span { border-color: #40EE66; }
span { border-color: rgb(64,238,102); }
td.TdClassName
{
border-color: #40EE66;
}
.TagClassName
{
border-color: #40EE66;
}
</style>