Shades of Harlequin #42E117
Tints of Harlequin #42E117
RGB
CMYK
RGB Variations
Color information
#42E117 (or 0x42E117) is known color: Harlequin. HEX triplet: 42, E1 and 17. RGB value is (66,225,23). Sum of RGB (Red+Green+Blue) = 66+225+23=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #42E117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E117 is #BD1EE8. Grayscale: #9B9B9B. Windows color (decimal): -12394217 or 1564994. OLE color: 1564994.
HSL color Cylindrical-coordinate representation of color #42E117: hue angle of 107.23º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42E117 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 23 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.12 |
| HSL | 107.23º | 0.81% | 0.49% | - |
| HSV(B) | 107.23º | 0.9% | 0.88% | - |
| XYZ | 29.33 | 55.07 | 9.89 | - |
| YUV | 154.43 | 53.82 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 23 | 0.71 | 0 | 0.90 | 0.12 | 107.23 | 0.81 | 0.49 |
| Hex | 42 | E1 | 17 | 47 | 0 | 5A | C | 6B | 51 | 31 |
| Octal | 102 | 341 | 27 | 107 | 0 | 132 | 14 | 153 | 121 | 61 |
| Binary | 1000010 | 11100001 | 10111 | 1000111 | 0 | 1011010 | 1100 | 1101011 | 1010001 | 110001 |
Color Harmonies of #42E117
Complementary color
Monochromatic Colors of #42E117
Black with #42E117
Text Example
Text Example
White with #42E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E117; }
p { color: rgb(66,225,23); }
H1.HeaderClassName
{
color: #42E117;
}
.AnyTagClassName
{
color: #42E117;
}
</style>
background-color css
<style>
a { background-color: #42E117; }
a { background-color: rgb(66,225,23); }
div.DivClassName
{
background-color: #42E117;
}
.BgClassName
{
background-color: #42E117;
}
</style>
border-color css
<style>
span { border-color: #42E117; }
span { border-color: rgb(66,225,23); }
td.TdClassName
{
border-color: #42E117;
}
.TagClassName
{
border-color: #42E117;
}
</style>