Shades of Harlequin #40E300
Tints of Harlequin #40E300
RGB
CMYK
RGB Variations
Color information
#40E300 (or 0x40E300) is known color: Harlequin. HEX triplet: 40, E3 and 00. RGB value is (64,227,0). Sum of RGB (Red+Green+Blue) = 64+227+0=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #40E300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E300 is #BF1CFF. Grayscale: #999999. Windows color (decimal): -12524800 or 58176. OLE color: 58176.
HSL color Cylindrical-coordinate representation of color #40E300: hue angle of 103.08º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40E300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.11 |
| HSL | 103.08º | 1% | 0.45% | - |
| HSV(B) | 103.08º | 1% | 0.89% | - |
| XYZ | 29.58 | 56.03 | 9.26 | - |
| YUV | 152.39 | 42 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 0 | 0.72 | 0 | 1 | 0.11 | 103.08 | 1 | 0.45 |
| Hex | 40 | E3 | 0 | 48 | 0 | 64 | B | 67 | 64 | 2D |
| Octal | 100 | 343 | 0 | 110 | 0 | 144 | 13 | 147 | 144 | 55 |
| Binary | 1000000 | 11100011 | 0 | 1001000 | 0 | 1100100 | 1011 | 1100111 | 1100100 | 101101 |
Color Harmonies of #40E300
Complementary color
Monochromatic Colors of #40E300
Black with #40E300
Text Example
Text Example
White with #40E300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E300; }
p { color: rgb(64,227,0); }
H1.HeaderClassName
{
color: #40E300;
}
.AnyTagClassName
{
color: #40E300;
}
</style>
background-color css
<style>
a { background-color: #40E300; }
a { background-color: rgb(64,227,0); }
div.DivClassName
{
background-color: #40E300;
}
.BgClassName
{
background-color: #40E300;
}
</style>
border-color css
<style>
span { border-color: #40E300; }
span { border-color: rgb(64,227,0); }
td.TdClassName
{
border-color: #40E300;
}
.TagClassName
{
border-color: #40E300;
}
</style>