Shades of Harlequin #40E90F
Tints of Harlequin #40E90F
RGB
CMYK
RGB Variations
Color information
#40E90F (or 0x40E90F) is known color: Harlequin. HEX triplet: 40, E9 and 0F. RGB value is (64,233,15). Sum of RGB (Red+Green+Blue) = 64+233+15=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #40E90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E90F is #BF16F0. Grayscale: #9E9E9E. Windows color (decimal): -12523249 or 1042752. OLE color: 1042752.
HSL color Cylindrical-coordinate representation of color #40E90F: hue angle of 106.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40E90F is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 15 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.09 |
| HSL | 106.51º | 0.88% | 0.49% | - |
| HSV(B) | 106.51º | 0.94% | 0.91% | - |
| XYZ | 31.34 | 59.4 | 10.27 | - |
| YUV | 157.62 | 47.51 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 15 | 0.73 | 0 | 0.94 | 0.09 | 106.51 | 0.88 | 0.49 |
| Hex | 40 | E9 | F | 49 | 0 | 5E | 9 | 6B | 58 | 31 |
| Octal | 100 | 351 | 17 | 111 | 0 | 136 | 11 | 153 | 130 | 61 |
| Binary | 1000000 | 11101001 | 1111 | 1001001 | 0 | 1011110 | 1001 | 1101011 | 1011000 | 110001 |
Color Harmonies of #40E90F
Complementary color
Monochromatic Colors of #40E90F
Black with #40E90F
Text Example
Text Example
White with #40E90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E90F; }
p { color: rgb(64,233,15); }
H1.HeaderClassName
{
color: #40E90F;
}
.AnyTagClassName
{
color: #40E90F;
}
</style>
background-color css
<style>
a { background-color: #40E90F; }
a { background-color: rgb(64,233,15); }
div.DivClassName
{
background-color: #40E90F;
}
.BgClassName
{
background-color: #40E90F;
}
</style>
border-color css
<style>
span { border-color: #40E90F; }
span { border-color: rgb(64,233,15); }
td.TdClassName
{
border-color: #40E90F;
}
.TagClassName
{
border-color: #40E90F;
}
</style>