Shades of Harlequin #45E409
Tints of Harlequin #45E409
RGB
CMYK
RGB Variations
Color information
#45E409 (or 0x45E409) is known color: Harlequin. HEX triplet: 45, E4 and 09. RGB value is (69,228,9). Sum of RGB (Red+Green+Blue) = 69+228+9=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 228 (89.45% from 255 or 74.51% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 228 - color contains mainly: green. Hex color #45E409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E409 is #BA1BF6. Grayscale: #9C9C9C. Windows color (decimal): -12196855 or 648261. OLE color: 648261.
HSL color Cylindrical-coordinate representation of color #45E409: hue angle of 103.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45E409 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 9 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.11 |
| HSL | 103.56º | 0.92% | 0.46% | - |
| HSV(B) | 103.56º | 0.96% | 0.89% | - |
| XYZ | 30.25 | 56.77 | 9.62 | - |
| YUV | 155.49 | 45.32 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 9 | 0.70 | 0 | 0.96 | 0.11 | 103.56 | 0.92 | 0.46 |
| Hex | 45 | E4 | 9 | 46 | 0 | 60 | B | 68 | 5C | 2E |
| Octal | 105 | 344 | 11 | 106 | 0 | 140 | 13 | 150 | 134 | 56 |
| Binary | 1000101 | 11100100 | 1001 | 1000110 | 0 | 1100000 | 1011 | 1101000 | 1011100 | 101110 |
Color Harmonies of #45E409
Complementary color
Monochromatic Colors of #45E409
Black with #45E409
Text Example
Text Example
White with #45E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E409; }
p { color: rgb(69,228,9); }
H1.HeaderClassName
{
color: #45E409;
}
.AnyTagClassName
{
color: #45E409;
}
</style>
background-color css
<style>
a { background-color: #45E409; }
a { background-color: rgb(69,228,9); }
div.DivClassName
{
background-color: #45E409;
}
.BgClassName
{
background-color: #45E409;
}
</style>
border-color css
<style>
span { border-color: #45E409; }
span { border-color: rgb(69,228,9); }
td.TdClassName
{
border-color: #45E409;
}
.TagClassName
{
border-color: #45E409;
}
</style>