Shades of Harlequin #45FE04
Tints of Harlequin #45FE04
RGB
CMYK
RGB Variations
Color information
#45FE04 (or 0x45FE04) is known color: Harlequin. HEX triplet: 45, FE and 04. RGB value is (69,254,4). Sum of RGB (Red+Green+Blue) = 69+254+4=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #45FE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45FE04 is #BA01FB. Grayscale: #AAAAAA. Windows color (decimal): -12190204 or 327237. OLE color: 327237.
HSL color Cylindrical-coordinate representation of color #45FE04: hue angle of 104.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45FE04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.00 |
| HSL | 104.4º | 0.99% | 0.51% | - |
| HSV(B) | 104.4º | 0.98% | 1% | - |
| XYZ | 37.92 | 72.16 | 12.04 | - |
| YUV | 170.19 | 34.21 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 4 | 0.73 | 0 | 0.98 | 0.00 | 104.4 | 0.99 | 0.51 |
| Hex | 45 | FE | 4 | 49 | 0 | 62 | 0 | 68 | 63 | 33 |
| Octal | 105 | 376 | 4 | 111 | 0 | 142 | 0 | 150 | 143 | 63 |
| Binary | 1000101 | 11111110 | 100 | 1001001 | 0 | 1100010 | 0 | 1101000 | 1100011 | 110011 |
Color Harmonies of #45FE04
Complementary color
Monochromatic Colors of #45FE04
Black with #45FE04
Text Example
Text Example
White with #45FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FE04; }
p { color: rgb(69,254,4); }
H1.HeaderClassName
{
color: #45FE04;
}
.AnyTagClassName
{
color: #45FE04;
}
</style>
background-color css
<style>
a { background-color: #45FE04; }
a { background-color: rgb(69,254,4); }
div.DivClassName
{
background-color: #45FE04;
}
.BgClassName
{
background-color: #45FE04;
}
</style>
border-color css
<style>
span { border-color: #45FE04; }
span { border-color: rgb(69,254,4); }
td.TdClassName
{
border-color: #45FE04;
}
.TagClassName
{
border-color: #45FE04;
}
</style>