Shades of Harlequin #42E114
Tints of Harlequin #42E114
RGB
CMYK
RGB Variations
Color information
#42E114 (or 0x42E114) is known color: Harlequin. HEX triplet: 42, E1 and 14. RGB value is (66,225,20). Sum of RGB (Red+Green+Blue) = 66+225+20=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #42E114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E114 is #BD1EEB. Grayscale: #9A9A9A. Windows color (decimal): -12394220 or 1368386. OLE color: 1368386.
HSL color Cylindrical-coordinate representation of color #42E114: hue angle of 106.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42E114 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.12 |
| HSL | 106.54º | 0.84% | 0.48% | - |
| HSV(B) | 106.54º | 0.91% | 0.88% | - |
| XYZ | 29.3 | 55.06 | 9.75 | - |
| YUV | 154.09 | 52.32 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 20 | 0.71 | 0 | 0.91 | 0.12 | 106.54 | 0.84 | 0.48 |
| Hex | 42 | E1 | 14 | 47 | 0 | 5B | C | 6B | 54 | 30 |
| Octal | 102 | 341 | 24 | 107 | 0 | 133 | 14 | 153 | 124 | 60 |
| Binary | 1000010 | 11100001 | 10100 | 1000111 | 0 | 1011011 | 1100 | 1101011 | 1010100 | 110000 |
Color Harmonies of #42E114
Complementary color
Monochromatic Colors of #42E114
Black with #42E114
Text Example
Text Example
White with #42E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E114; }
p { color: rgb(66,225,20); }
H1.HeaderClassName
{
color: #42E114;
}
.AnyTagClassName
{
color: #42E114;
}
</style>
background-color css
<style>
a { background-color: #42E114; }
a { background-color: rgb(66,225,20); }
div.DivClassName
{
background-color: #42E114;
}
.BgClassName
{
background-color: #42E114;
}
</style>
border-color css
<style>
span { border-color: #42E114; }
span { border-color: rgb(66,225,20); }
td.TdClassName
{
border-color: #42E114;
}
.TagClassName
{
border-color: #42E114;
}
</style>