Shades of Harlequin #45EC03
Tints of Harlequin #45EC03
RGB
CMYK
RGB Variations
Color information
#45EC03 (or 0x45EC03) is known color: Harlequin. HEX triplet: 45, EC and 03. RGB value is (69,236,3). Sum of RGB (Red+Green+Blue) = 69+236+3=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45EC03 is #BA13FC. Grayscale: #A0A0A0. Windows color (decimal): -12194813 or 257093. OLE color: 257093.
HSL color Cylindrical-coordinate representation of color #45EC03: hue angle of 103º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45EC03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.07 |
| HSL | 103º | 0.97% | 0.47% | - |
| HSV(B) | 103º | 0.99% | 0.93% | - |
| XYZ | 32.47 | 61.26 | 10.2 | - |
| YUV | 159.51 | 39.67 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 3 | 0.71 | 0 | 0.99 | 0.07 | 103 | 0.97 | 0.47 |
| Hex | 45 | EC | 3 | 47 | 0 | 63 | 7 | 67 | 61 | 2F |
| Octal | 105 | 354 | 3 | 107 | 0 | 143 | 7 | 147 | 141 | 57 |
| Binary | 1000101 | 11101100 | 11 | 1000111 | 0 | 1100011 | 111 | 1100111 | 1100001 | 101111 |
Color Harmonies of #45EC03
Complementary color
Monochromatic Colors of #45EC03
Black with #45EC03
Text Example
Text Example
White with #45EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC03; }
p { color: rgb(69,236,3); }
H1.HeaderClassName
{
color: #45EC03;
}
.AnyTagClassName
{
color: #45EC03;
}
</style>
background-color css
<style>
a { background-color: #45EC03; }
a { background-color: rgb(69,236,3); }
div.DivClassName
{
background-color: #45EC03;
}
.BgClassName
{
background-color: #45EC03;
}
</style>
border-color css
<style>
span { border-color: #45EC03; }
span { border-color: rgb(69,236,3); }
td.TdClassName
{
border-color: #45EC03;
}
.TagClassName
{
border-color: #45EC03;
}
</style>