Shades of Harlequin #45EF01
Tints of Harlequin #45EF01
RGB
CMYK
RGB Variations
Color information
#45EF01 (or 0x45EF01) is known color: Harlequin. HEX triplet: 45, EF and 01. RGB value is (69,239,1). Sum of RGB (Red+Green+Blue) = 69+239+1=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45EF01 is #BA10FE. Grayscale: #A1A1A1. Windows color (decimal): -12194047 or 126789. OLE color: 126789.
HSL color Cylindrical-coordinate representation of color #45EF01: hue angle of 102.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45EF01 is Cyan = 0.71, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 1 | - |
| CMYK | 0.71 | 0 | 1.00 | 0.06 |
| HSL | 102.86º | 0.99% | 0.47% | - |
| HSV(B) | 102.86º | 1% | 0.94% | - |
| XYZ | 33.33 | 63 | 10.43 | - |
| YUV | 161.04 | 37.68 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 1 | 0.71 | 0 | 1.00 | 0.06 | 102.86 | 0.99 | 0.47 |
| Hex | 45 | EF | 1 | 47 | 0 | 64 | 6 | 67 | 63 | 2F |
| Octal | 105 | 357 | 1 | 107 | 0 | 144 | 6 | 147 | 143 | 57 |
| Binary | 1000101 | 11101111 | 1 | 1000111 | 0 | 1100100 | 110 | 1100111 | 1100011 | 101111 |
Color Harmonies of #45EF01
Complementary color
Monochromatic Colors of #45EF01
Black with #45EF01
Text Example
Text Example
White with #45EF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF01; }
p { color: rgb(69,239,1); }
H1.HeaderClassName
{
color: #45EF01;
}
.AnyTagClassName
{
color: #45EF01;
}
</style>
background-color css
<style>
a { background-color: #45EF01; }
a { background-color: rgb(69,239,1); }
div.DivClassName
{
background-color: #45EF01;
}
.BgClassName
{
background-color: #45EF01;
}
</style>
border-color css
<style>
span { border-color: #45EF01; }
span { border-color: rgb(69,239,1); }
td.TdClassName
{
border-color: #45EF01;
}
.TagClassName
{
border-color: #45EF01;
}
</style>