Shades of Harlequin #45FF09
Tints of Harlequin #45FF09
RGB
CMYK
RGB Variations
Color information
#45FF09 (or 0x45FF09) is known color: Harlequin. HEX triplet: 45, FF and 09. RGB value is (69,255,9). Sum of RGB (Red+Green+Blue) = 69+255+9=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #45FF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45FF09 is #BA00F6. Grayscale: #ACACAC. Windows color (decimal): -12189943 or 655173. OLE color: 655173.
HSL color Cylindrical-coordinate representation of color #45FF09: hue angle of 105.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45FF09 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0 |
| HSL | 105.37º | 1% | 0.52% | - |
| HSV(B) | 105.37º | 0.96% | 1% | - |
| XYZ | 38.26 | 72.8 | 12.29 | - |
| YUV | 171.34 | 36.38 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 9 | 0.73 | 0 | 0.96 | 0 | 105.37 | 1 | 0.52 |
| Hex | 45 | FF | 9 | 49 | 0 | 60 | 0 | 69 | 64 | 34 |
| Octal | 105 | 377 | 11 | 111 | 0 | 140 | 0 | 151 | 144 | 64 |
| Binary | 1000101 | 11111111 | 1001 | 1001001 | 0 | 1100000 | 0 | 1101001 | 1100100 | 110100 |
Color Harmonies of #45FF09
Complementary color
Monochromatic Colors of #45FF09
Black with #45FF09
Text Example
Text Example
White with #45FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FF09; }
p { color: rgb(69,255,9); }
H1.HeaderClassName
{
color: #45FF09;
}
.AnyTagClassName
{
color: #45FF09;
}
</style>
background-color css
<style>
a { background-color: #45FF09; }
a { background-color: rgb(69,255,9); }
div.DivClassName
{
background-color: #45FF09;
}
.BgClassName
{
background-color: #45FF09;
}
</style>
border-color css
<style>
span { border-color: #45FF09; }
span { border-color: rgb(69,255,9); }
td.TdClassName
{
border-color: #45FF09;
}
.TagClassName
{
border-color: #45FF09;
}
</style>