Shades of Harlequin #45F325
Tints of Harlequin #45F325
RGB
CMYK
RGB Variations
Color information
#45F325 (or 0x45F325) is known color: Harlequin. HEX triplet: 45, F3 and 25. RGB value is (69,243,37). Sum of RGB (Red+Green+Blue) = 69+243+37=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #45F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F325 is #BA0CDA. Grayscale: #A8A8A8. Windows color (decimal): -12192987 or 2487109. OLE color: 2487109.
HSL color Cylindrical-coordinate representation of color #45F325: hue angle of 110.68º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45F325 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 37 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.05 |
| HSL | 110.68º | 0.9% | 0.55% | - |
| HSV(B) | 110.68º | 0.85% | 0.95% | - |
| XYZ | 34.84 | 65.5 | 12.56 | - |
| YUV | 167.49 | 54.35 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 37 | 0.72 | 0 | 0.85 | 0.05 | 110.68 | 0.9 | 0.55 |
| Hex | 45 | F3 | 25 | 48 | 0 | 55 | 5 | 6F | 5A | 37 |
| Octal | 105 | 363 | 45 | 110 | 0 | 125 | 5 | 157 | 132 | 67 |
| Binary | 1000101 | 11110011 | 100101 | 1001000 | 0 | 1010101 | 101 | 1101111 | 1011010 | 110111 |
Color Harmonies of #45F325
Complementary color
Monochromatic Colors of #45F325
Black with #45F325
Text Example
Text Example
White with #45F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F325; }
p { color: rgb(69,243,37); }
H1.HeaderClassName
{
color: #45F325;
}
.AnyTagClassName
{
color: #45F325;
}
</style>
background-color css
<style>
a { background-color: #45F325; }
a { background-color: rgb(69,243,37); }
div.DivClassName
{
background-color: #45F325;
}
.BgClassName
{
background-color: #45F325;
}
</style>
border-color css
<style>
span { border-color: #45F325; }
span { border-color: rgb(69,243,37); }
td.TdClassName
{
border-color: #45F325;
}
.TagClassName
{
border-color: #45F325;
}
</style>