Shades of Harlequin #45F301
Tints of Harlequin #45F301
RGB
CMYK
RGB Variations
Color information
#45F301 (or 0x45F301) is known color: Harlequin. HEX triplet: 45, F3 and 01. RGB value is (69,243,1). Sum of RGB (Red+Green+Blue) = 69+243+1=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 243 (95.31% from 255 or 77.64% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 243 - color contains mainly: green. Hex color #45F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45F301 is #BA0CFE. Grayscale: #A4A4A4. Windows color (decimal): -12193023 or 127813. OLE color: 127813.
HSL color Cylindrical-coordinate representation of color #45F301: hue angle of 103.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45F301 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 243 | 1 | - |
| CMYK | 0.72 | 0 | 1.00 | 0.05 |
| HSL | 103.14º | 0.99% | 0.48% | - |
| HSV(B) | 103.14º | 1% | 0.95% | - |
| XYZ | 34.51 | 65.37 | 10.83 | - |
| YUV | 163.39 | 36.35 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 243 | 1 | 0.72 | 0 | 1.00 | 0.05 | 103.14 | 0.99 | 0.48 |
| Hex | 45 | F3 | 1 | 48 | 0 | 64 | 5 | 67 | 63 | 30 |
| Octal | 105 | 363 | 1 | 110 | 0 | 144 | 5 | 147 | 143 | 60 |
| Binary | 1000101 | 11110011 | 1 | 1001000 | 0 | 1100100 | 101 | 1100111 | 1100011 | 110000 |
Color Harmonies of #45F301
Complementary color
Monochromatic Colors of #45F301
Black with #45F301
Text Example
Text Example
White with #45F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F301; }
p { color: rgb(69,243,1); }
H1.HeaderClassName
{
color: #45F301;
}
.AnyTagClassName
{
color: #45F301;
}
</style>
background-color css
<style>
a { background-color: #45F301; }
a { background-color: rgb(69,243,1); }
div.DivClassName
{
background-color: #45F301;
}
.BgClassName
{
background-color: #45F301;
}
</style>
border-color css
<style>
span { border-color: #45F301; }
span { border-color: rgb(69,243,1); }
td.TdClassName
{
border-color: #45F301;
}
.TagClassName
{
border-color: #45F301;
}
</style>