Shades of Harlequin #45E10A
Tints of Harlequin #45E10A
RGB
CMYK
RGB Variations
Color information
#45E10A (or 0x45E10A) is known color: Harlequin. HEX triplet: 45, E1 and 0A. RGB value is (69,225,10). Sum of RGB (Red+Green+Blue) = 69+225+10=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #45E10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E10A is #BA1EF5. Grayscale: #9A9A9A. Windows color (decimal): -12197622 or 713029. OLE color: 713029.
HSL color Cylindrical-coordinate representation of color #45E10A: hue angle of 103.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45E10A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.12 |
| HSL | 103.53º | 0.91% | 0.46% | - |
| HSV(B) | 103.53º | 0.96% | 0.88% | - |
| XYZ | 29.43 | 55.14 | 9.38 | - |
| YUV | 153.85 | 46.82 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 10 | 0.69 | 0 | 0.96 | 0.12 | 103.53 | 0.91 | 0.46 |
| Hex | 45 | E1 | A | 45 | 0 | 60 | C | 68 | 5B | 2E |
| Octal | 105 | 341 | 12 | 105 | 0 | 140 | 14 | 150 | 133 | 56 |
| Binary | 1000101 | 11100001 | 1010 | 1000101 | 0 | 1100000 | 1100 | 1101000 | 1011011 | 101110 |
Color Harmonies of #45E10A
Complementary color
Monochromatic Colors of #45E10A
Black with #45E10A
Text Example
Text Example
White with #45E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E10A; }
p { color: rgb(69,225,10); }
H1.HeaderClassName
{
color: #45E10A;
}
.AnyTagClassName
{
color: #45E10A;
}
</style>
background-color css
<style>
a { background-color: #45E10A; }
a { background-color: rgb(69,225,10); }
div.DivClassName
{
background-color: #45E10A;
}
.BgClassName
{
background-color: #45E10A;
}
</style>
border-color css
<style>
span { border-color: #45E10A; }
span { border-color: rgb(69,225,10); }
td.TdClassName
{
border-color: #45E10A;
}
.TagClassName
{
border-color: #45E10A;
}
</style>