Shades of Harlequin #45EA04
Tints of Harlequin #45EA04
RGB
CMYK
RGB Variations
Color information
#45EA04 (or 0x45EA04) is known color: Harlequin. HEX triplet: 45, EA and 04. RGB value is (69,234,4). Sum of RGB (Red+Green+Blue) = 69+234+4=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45EA04 is #BA15FB. Grayscale: #9F9F9F. Windows color (decimal): -12195324 or 322117. OLE color: 322117.
HSL color Cylindrical-coordinate representation of color #45EA04: hue angle of 103.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45EA04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.08 |
| HSL | 103.04º | 0.97% | 0.47% | - |
| HSV(B) | 103.04º | 0.98% | 0.92% | - |
| XYZ | 31.9 | 60.12 | 10.04 | - |
| YUV | 158.45 | 40.84 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 4 | 0.71 | 0 | 0.98 | 0.08 | 103.04 | 0.97 | 0.47 |
| Hex | 45 | EA | 4 | 47 | 0 | 62 | 8 | 67 | 61 | 2F |
| Octal | 105 | 352 | 4 | 107 | 0 | 142 | 10 | 147 | 141 | 57 |
| Binary | 1000101 | 11101010 | 100 | 1000111 | 0 | 1100010 | 1000 | 1100111 | 1100001 | 101111 |
Color Harmonies of #45EA04
Complementary color
Monochromatic Colors of #45EA04
Black with #45EA04
Text Example
Text Example
White with #45EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA04; }
p { color: rgb(69,234,4); }
H1.HeaderClassName
{
color: #45EA04;
}
.AnyTagClassName
{
color: #45EA04;
}
</style>
background-color css
<style>
a { background-color: #45EA04; }
a { background-color: rgb(69,234,4); }
div.DivClassName
{
background-color: #45EA04;
}
.BgClassName
{
background-color: #45EA04;
}
</style>
border-color css
<style>
span { border-color: #45EA04; }
span { border-color: rgb(69,234,4); }
td.TdClassName
{
border-color: #45EA04;
}
.TagClassName
{
border-color: #45EA04;
}
</style>