Shades of Harlequin #42E910
Tints of Harlequin #42E910
RGB
CMYK
RGB Variations
Color information
#42E910 (or 0x42E910) is known color: Harlequin. HEX triplet: 42, E9 and 10. RGB value is (66,233,16). Sum of RGB (Red+Green+Blue) = 66+233+16=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #42E910 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E910 is #BD16EF. Grayscale: #9F9F9F. Windows color (decimal): -12392176 or 1108290. OLE color: 1108290.
HSL color Cylindrical-coordinate representation of color #42E910: hue angle of 106.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42E910 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 16 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.09 |
| HSL | 106.18º | 0.87% | 0.49% | - |
| HSV(B) | 106.18º | 0.93% | 0.91% | - |
| XYZ | 31.48 | 59.47 | 10.31 | - |
| YUV | 158.33 | 47.67 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 16 | 0.72 | 0 | 0.93 | 0.09 | 106.18 | 0.87 | 0.49 |
| Hex | 42 | E9 | 10 | 48 | 0 | 5D | 9 | 6A | 57 | 31 |
| Octal | 102 | 351 | 20 | 110 | 0 | 135 | 11 | 152 | 127 | 61 |
| Binary | 1000010 | 11101001 | 10000 | 1001000 | 0 | 1011101 | 1001 | 1101010 | 1010111 | 110001 |
Color Harmonies of #42E910
Complementary color
Monochromatic Colors of #42E910
Black with #42E910
Text Example
Text Example
White with #42E910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E910; }
p { color: rgb(66,233,16); }
H1.HeaderClassName
{
color: #42E910;
}
.AnyTagClassName
{
color: #42E910;
}
</style>
background-color css
<style>
a { background-color: #42E910; }
a { background-color: rgb(66,233,16); }
div.DivClassName
{
background-color: #42E910;
}
.BgClassName
{
background-color: #42E910;
}
</style>
border-color css
<style>
span { border-color: #42E910; }
span { border-color: rgb(66,233,16); }
td.TdClassName
{
border-color: #42E910;
}
.TagClassName
{
border-color: #42E910;
}
</style>