Shades of Harlequin #42E509
Tints of Harlequin #42E509
RGB
CMYK
RGB Variations
Color information
#42E509 (or 0x42E509) is known color: Harlequin. HEX triplet: 42, E5 and 09. RGB value is (66,229,9). Sum of RGB (Red+Green+Blue) = 66+229+9=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #42E509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E509 is #BD1AF6. Grayscale: #9B9B9B. Windows color (decimal): -12393207 or 648514. OLE color: 648514.
HSL color Cylindrical-coordinate representation of color #42E509: hue angle of 104.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42E509 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 229 | 9 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.10 |
| HSL | 104.45º | 0.92% | 0.47% | - |
| HSV(B) | 104.45º | 0.96% | 0.9% | - |
| XYZ | 30.32 | 57.22 | 9.7 | - |
| YUV | 155.18 | 45.5 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 9 | 0.71 | 0 | 0.96 | 0.10 | 104.45 | 0.92 | 0.47 |
| Hex | 42 | E5 | 9 | 47 | 0 | 60 | A | 68 | 5C | 2F |
| Octal | 102 | 345 | 11 | 107 | 0 | 140 | 12 | 150 | 134 | 57 |
| Binary | 1000010 | 11100101 | 1001 | 1000111 | 0 | 1100000 | 1010 | 1101000 | 1011100 | 101111 |
Color Harmonies of #42E509
Complementary color
Monochromatic Colors of #42E509
Black with #42E509
Text Example
Text Example
White with #42E509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E509; }
p { color: rgb(66,229,9); }
H1.HeaderClassName
{
color: #42E509;
}
.AnyTagClassName
{
color: #42E509;
}
</style>
background-color css
<style>
a { background-color: #42E509; }
a { background-color: rgb(66,229,9); }
div.DivClassName
{
background-color: #42E509;
}
.BgClassName
{
background-color: #42E509;
}
</style>
border-color css
<style>
span { border-color: #42E509; }
span { border-color: rgb(66,229,9); }
td.TdClassName
{
border-color: #42E509;
}
.TagClassName
{
border-color: #42E509;
}
</style>