Shades of Harlequin #42E51B
Tints of Harlequin #42E51B
RGB
CMYK
RGB Variations
Color information
#42E51B (or 0x42E51B) is known color: Harlequin. HEX triplet: 42, E5 and 1B. RGB value is (66,229,27). Sum of RGB (Red+Green+Blue) = 66+229+27=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 229 (89.84% from 255 or 71.12% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 229 - color contains mainly: green. Hex color #42E51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E51B is #BD1AE4. Grayscale: #9D9D9D. Windows color (decimal): -12393189 or 1828162. OLE color: 1828162.
HSL color Cylindrical-coordinate representation of color #42E51B: hue angle of 108.42º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E51B is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 27 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.10 |
| HSL | 108.42º | 0.8% | 0.5% | - |
| HSV(B) | 108.42º | 0.88% | 0.9% | - |
| XYZ | 30.46 | 57.28 | 10.49 | - |
| YUV | 157.24 | 54.5 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 27 | 0.71 | 0 | 0.88 | 0.10 | 108.42 | 0.8 | 0.5 |
| Hex | 42 | E5 | 1B | 47 | 0 | 58 | A | 6C | 50 | 32 |
| Octal | 102 | 345 | 33 | 107 | 0 | 130 | 12 | 154 | 120 | 62 |
| Binary | 1000010 | 11100101 | 11011 | 1000111 | 0 | 1011000 | 1010 | 1101100 | 1010000 | 110010 |
Color Harmonies of #42E51B
Complementary color
Monochromatic Colors of #42E51B
Black with #42E51B
Text Example
Text Example
White with #42E51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E51B; }
p { color: rgb(66,229,27); }
H1.HeaderClassName
{
color: #42E51B;
}
.AnyTagClassName
{
color: #42E51B;
}
</style>
background-color css
<style>
a { background-color: #42E51B; }
a { background-color: rgb(66,229,27); }
div.DivClassName
{
background-color: #42E51B;
}
.BgClassName
{
background-color: #42E51B;
}
</style>
border-color css
<style>
span { border-color: #42E51B; }
span { border-color: rgb(66,229,27); }
td.TdClassName
{
border-color: #42E51B;
}
.TagClassName
{
border-color: #42E51B;
}
</style>