Shades of Harlequin #42EE23
Tints of Harlequin #42EE23
RGB
CMYK
RGB Variations
Color information
#42EE23 (or 0x42EE23) is known color: Harlequin. HEX triplet: 42, EE and 23. RGB value is (66,238,35). Sum of RGB (Red+Green+Blue) = 66+238+35=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 238 (93.36% from 255 or 70.21% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EE23 is #BD11DC. Grayscale: #A4A4A4. Windows color (decimal): -12390877 or 2354754. OLE color: 2354754.
HSL color Cylindrical-coordinate representation of color #42EE23: hue angle of 110.84º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42EE23 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 35 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.07 |
| HSL | 110.84º | 0.86% | 0.54% | - |
| HSV(B) | 110.84º | 0.85% | 0.93% | - |
| XYZ | 33.12 | 62.43 | 11.89 | - |
| YUV | 163.43 | 55.52 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 35 | 0.72 | 0 | 0.85 | 0.07 | 110.84 | 0.86 | 0.54 |
| Hex | 42 | EE | 23 | 48 | 0 | 55 | 7 | 6F | 56 | 36 |
| Octal | 102 | 356 | 43 | 110 | 0 | 125 | 7 | 157 | 126 | 66 |
| Binary | 1000010 | 11101110 | 100011 | 1001000 | 0 | 1010101 | 111 | 1101111 | 1010110 | 110110 |
Color Harmonies of #42EE23
Complementary color
Monochromatic Colors of #42EE23
Black with #42EE23
Text Example
Text Example
White with #42EE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EE23; }
p { color: rgb(66,238,35); }
H1.HeaderClassName
{
color: #42EE23;
}
.AnyTagClassName
{
color: #42EE23;
}
</style>
background-color css
<style>
a { background-color: #42EE23; }
a { background-color: rgb(66,238,35); }
div.DivClassName
{
background-color: #42EE23;
}
.BgClassName
{
background-color: #42EE23;
}
</style>
border-color css
<style>
span { border-color: #42EE23; }
span { border-color: rgb(66,238,35); }
td.TdClassName
{
border-color: #42EE23;
}
.TagClassName
{
border-color: #42EE23;
}
</style>