Shades of Harlequin #42E200
Tints of Harlequin #42E200
RGB
CMYK
RGB Variations
Color information
#42E200 (or 0x42E200) is known color: Harlequin. HEX triplet: 42, E2 and 00. RGB value is (66,226,0). Sum of RGB (Red+Green+Blue) = 66+226+0=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #42E200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E200 is #BD1DFF. Grayscale: #999999. Windows color (decimal): -12393984 or 57922. OLE color: 57922.
HSL color Cylindrical-coordinate representation of color #42E200: hue angle of 102.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42E200 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.11 |
| HSL | 102.48º | 1% | 0.44% | - |
| HSV(B) | 102.48º | 1% | 0.89% | - |
| XYZ | 29.44 | 55.55 | 9.17 | - |
| YUV | 152.4 | 41.99 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 0 | 0.71 | 0 | 1 | 0.11 | 102.48 | 1 | 0.44 |
| Hex | 42 | E2 | 0 | 47 | 0 | 64 | B | 66 | 64 | 2C |
| Octal | 102 | 342 | 0 | 107 | 0 | 144 | 13 | 146 | 144 | 54 |
| Binary | 1000010 | 11100010 | 0 | 1000111 | 0 | 1100100 | 1011 | 1100110 | 1100100 | 101100 |
Color Harmonies of #42E200
Complementary color
Monochromatic Colors of #42E200
Black with #42E200
Text Example
Text Example
White with #42E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E200; }
p { color: rgb(66,226,0); }
H1.HeaderClassName
{
color: #42E200;
}
.AnyTagClassName
{
color: #42E200;
}
</style>
background-color css
<style>
a { background-color: #42E200; }
a { background-color: rgb(66,226,0); }
div.DivClassName
{
background-color: #42E200;
}
.BgClassName
{
background-color: #42E200;
}
</style>
border-color css
<style>
span { border-color: #42E200; }
span { border-color: rgb(66,226,0); }
td.TdClassName
{
border-color: #42E200;
}
.TagClassName
{
border-color: #42E200;
}
</style>