Shades of Harlequin #40E608
Tints of Harlequin #40E608
RGB
CMYK
RGB Variations
Color information
#40E608 (or 0x40E608) is known color: Harlequin. HEX triplet: 40, E6 and 08. RGB value is (64,230,8). Sum of RGB (Red+Green+Blue) = 64+230+8=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 230 (90.23% from 255 or 76.16% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 230 - color contains mainly: green. Hex color #40E608 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E608 is #BF19F7. Grayscale: #9B9B9B. Windows color (decimal): -12524024 or 583232. OLE color: 583232.
HSL color Cylindrical-coordinate representation of color #40E608: hue angle of 104.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40E608 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 8 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.10 |
| HSL | 104.86º | 0.93% | 0.47% | - |
| HSV(B) | 104.86º | 0.97% | 0.9% | - |
| XYZ | 30.46 | 57.7 | 9.76 | - |
| YUV | 155.06 | 45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 8 | 0.72 | 0 | 0.97 | 0.10 | 104.86 | 0.93 | 0.47 |
| Hex | 40 | E6 | 8 | 48 | 0 | 61 | A | 69 | 5D | 2F |
| Octal | 100 | 346 | 10 | 110 | 0 | 141 | 12 | 151 | 135 | 57 |
| Binary | 1000000 | 11100110 | 1000 | 1001000 | 0 | 1100001 | 1010 | 1101001 | 1011101 | 101111 |
Color Harmonies of #40E608
Complementary color
Monochromatic Colors of #40E608
Black with #40E608
Text Example
Text Example
White with #40E608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E608; }
p { color: rgb(64,230,8); }
H1.HeaderClassName
{
color: #40E608;
}
.AnyTagClassName
{
color: #40E608;
}
</style>
background-color css
<style>
a { background-color: #40E608; }
a { background-color: rgb(64,230,8); }
div.DivClassName
{
background-color: #40E608;
}
.BgClassName
{
background-color: #40E608;
}
</style>
border-color css
<style>
span { border-color: #40E608; }
span { border-color: rgb(64,230,8); }
td.TdClassName
{
border-color: #40E608;
}
.TagClassName
{
border-color: #40E608;
}
</style>