Shades of Harlequin #42E908
Tints of Harlequin #42E908
RGB
CMYK
RGB Variations
Color information
#42E908 (or 0x42E908) is known color: Harlequin. HEX triplet: 42, E9 and 08. RGB value is (66,233,8). Sum of RGB (Red+Green+Blue) = 66+233+8=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 233 (91.41% from 255 or 75.90% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 233 - color contains mainly: green. Hex color #42E908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E908 is #BD16F7. Grayscale: #9E9E9E. Windows color (decimal): -12392184 or 584002. OLE color: 584002.
HSL color Cylindrical-coordinate representation of color #42E908: hue angle of 104.53º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42E908 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 8 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.09 |
| HSL | 104.53º | 0.93% | 0.47% | - |
| HSV(B) | 104.53º | 0.97% | 0.91% | - |
| XYZ | 31.43 | 59.45 | 10.05 | - |
| YUV | 157.42 | 43.67 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 8 | 0.72 | 0 | 0.97 | 0.09 | 104.53 | 0.93 | 0.47 |
| Hex | 42 | E9 | 8 | 48 | 0 | 61 | 9 | 69 | 5D | 2F |
| Octal | 102 | 351 | 10 | 110 | 0 | 141 | 11 | 151 | 135 | 57 |
| Binary | 1000010 | 11101001 | 1000 | 1001000 | 0 | 1100001 | 1001 | 1101001 | 1011101 | 101111 |
Color Harmonies of #42E908
Complementary color
Monochromatic Colors of #42E908
Black with #42E908
Text Example
Text Example
White with #42E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E908; }
p { color: rgb(66,233,8); }
H1.HeaderClassName
{
color: #42E908;
}
.AnyTagClassName
{
color: #42E908;
}
</style>
background-color css
<style>
a { background-color: #42E908; }
a { background-color: rgb(66,233,8); }
div.DivClassName
{
background-color: #42E908;
}
.BgClassName
{
background-color: #42E908;
}
</style>
border-color css
<style>
span { border-color: #42E908; }
span { border-color: rgb(66,233,8); }
td.TdClassName
{
border-color: #42E908;
}
.TagClassName
{
border-color: #42E908;
}
</style>