Shades of Harlequin #42E91B
Tints of Harlequin #42E91B
RGB
CMYK
RGB Variations
Color information
#42E91B (or 0x42E91B) is known color: Harlequin. HEX triplet: 42, E9 and 1B. RGB value is (66,233,27). Sum of RGB (Red+Green+Blue) = 66+233+27=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 233 (91.41% from 255 or 71.47% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 233 - color contains mainly: green. Hex color #42E91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E91B is #BD16E4. Grayscale: #A0A0A0. Windows color (decimal): -12392165 or 1829186. OLE color: 1829186.
HSL color Cylindrical-coordinate representation of color #42E91B: hue angle of 108.64º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E91B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.09 |
| HSL | 108.64º | 0.82% | 0.51% | - |
| HSV(B) | 108.64º | 0.88% | 0.91% | - |
| XYZ | 31.58 | 59.52 | 10.86 | - |
| YUV | 159.58 | 53.17 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 27 | 0.72 | 0 | 0.88 | 0.09 | 108.64 | 0.82 | 0.51 |
| Hex | 42 | E9 | 1B | 48 | 0 | 58 | 9 | 6D | 52 | 33 |
| Octal | 102 | 351 | 33 | 110 | 0 | 130 | 11 | 155 | 122 | 63 |
| Binary | 1000010 | 11101001 | 11011 | 1001000 | 0 | 1011000 | 1001 | 1101101 | 1010010 | 110011 |
Color Harmonies of #42E91B
Complementary color
Monochromatic Colors of #42E91B
Black with #42E91B
Text Example
Text Example
White with #42E91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E91B; }
p { color: rgb(66,233,27); }
H1.HeaderClassName
{
color: #42E91B;
}
.AnyTagClassName
{
color: #42E91B;
}
</style>
background-color css
<style>
a { background-color: #42E91B; }
a { background-color: rgb(66,233,27); }
div.DivClassName
{
background-color: #42E91B;
}
.BgClassName
{
background-color: #42E91B;
}
</style>
border-color css
<style>
span { border-color: #42E91B; }
span { border-color: rgb(66,233,27); }
td.TdClassName
{
border-color: #42E91B;
}
.TagClassName
{
border-color: #42E91B;
}
</style>