Shades of Harlequin #42E90C
Tints of Harlequin #42E90C
RGB
CMYK
RGB Variations
Color information
#42E90C (or 0x42E90C) is known color: Harlequin. HEX triplet: 42, E9 and 0C. RGB value is (66,233,12). Sum of RGB (Red+Green+Blue) = 66+233+12=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #42E90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E90C is #BD16F3. Grayscale: #9E9E9E. Windows color (decimal): -12392180 or 846146. OLE color: 846146.
HSL color Cylindrical-coordinate representation of color #42E90C: hue angle of 105.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42E90C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.09 |
| HSL | 105.34º | 0.9% | 0.48% | - |
| HSV(B) | 105.34º | 0.95% | 0.91% | - |
| XYZ | 31.45 | 59.46 | 10.17 | - |
| YUV | 157.87 | 45.67 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 12 | 0.72 | 0 | 0.95 | 0.09 | 105.34 | 0.9 | 0.48 |
| Hex | 42 | E9 | C | 48 | 0 | 5F | 9 | 69 | 5A | 30 |
| Octal | 102 | 351 | 14 | 110 | 0 | 137 | 11 | 151 | 132 | 60 |
| Binary | 1000010 | 11101001 | 1100 | 1001000 | 0 | 1011111 | 1001 | 1101001 | 1011010 | 110000 |
Color Harmonies of #42E90C
Complementary color
Monochromatic Colors of #42E90C
Black with #42E90C
Text Example
Text Example
White with #42E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E90C; }
p { color: rgb(66,233,12); }
H1.HeaderClassName
{
color: #42E90C;
}
.AnyTagClassName
{
color: #42E90C;
}
</style>
background-color css
<style>
a { background-color: #42E90C; }
a { background-color: rgb(66,233,12); }
div.DivClassName
{
background-color: #42E90C;
}
.BgClassName
{
background-color: #42E90C;
}
</style>
border-color css
<style>
span { border-color: #42E90C; }
span { border-color: rgb(66,233,12); }
td.TdClassName
{
border-color: #42E90C;
}
.TagClassName
{
border-color: #42E90C;
}
</style>