Shades of Harlequin #45F529
Tints of Harlequin #45F529
RGB
CMYK
RGB Variations
Color information
#45F529 (or 0x45F529) is known color: Harlequin. HEX triplet: 45, F5 and 29. RGB value is (69,245,41). Sum of RGB (Red+Green+Blue) = 69+245+41=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #45F529 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F529 is #BA0AD6. Grayscale: #A9A9A9. Windows color (decimal): -12192471 or 2749765. OLE color: 2749765.
HSL color Cylindrical-coordinate representation of color #45F529: hue angle of 111.76º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45F529 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 245 | 41 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.04 |
| HSL | 111.76º | 0.91% | 0.56% | - |
| HSV(B) | 111.76º | 0.83% | 0.96% | - |
| XYZ | 35.51 | 66.73 | 13.11 | - |
| YUV | 169.12 | 55.69 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 245 | 41 | 0.72 | 0 | 0.83 | 0.04 | 111.76 | 0.91 | 0.56 |
| Hex | 45 | F5 | 29 | 48 | 0 | 53 | 4 | 70 | 5B | 38 |
| Octal | 105 | 365 | 51 | 110 | 0 | 123 | 4 | 160 | 133 | 70 |
| Binary | 1000101 | 11110101 | 101001 | 1001000 | 0 | 1010011 | 100 | 1110000 | 1011011 | 111000 |
Color Harmonies of #45F529
Complementary color
Monochromatic Colors of #45F529
Black with #45F529
Text Example
Text Example
White with #45F529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F529; }
p { color: rgb(69,245,41); }
H1.HeaderClassName
{
color: #45F529;
}
.AnyTagClassName
{
color: #45F529;
}
</style>
background-color css
<style>
a { background-color: #45F529; }
a { background-color: rgb(69,245,41); }
div.DivClassName
{
background-color: #45F529;
}
.BgClassName
{
background-color: #45F529;
}
</style>
border-color css
<style>
span { border-color: #45F529; }
span { border-color: rgb(69,245,41); }
td.TdClassName
{
border-color: #45F529;
}
.TagClassName
{
border-color: #45F529;
}
</style>