Shades of Harlequin #45EF10
Tints of Harlequin #45EF10
RGB
CMYK
RGB Variations
Color information
#45EF10 (or 0x45EF10) is known color: Harlequin. HEX triplet: 45, EF and 10. RGB value is (69,239,16). Sum of RGB (Red+Green+Blue) = 69+239+16=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 239 (93.75% from 255 or 73.77% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45EF10 is #BA10EF. Grayscale: #A3A3A3. Windows color (decimal): -12194032 or 1109829. OLE color: 1109829.
HSL color Cylindrical-coordinate representation of color #45EF10: hue angle of 105.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45EF10 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 16 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.06 |
| HSL | 105.74º | 0.87% | 0.5% | - |
| HSV(B) | 105.74º | 0.93% | 0.94% | - |
| XYZ | 33.41 | 63.04 | 10.9 | - |
| YUV | 162.75 | 45.18 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 16 | 0.71 | 0 | 0.93 | 0.06 | 105.74 | 0.87 | 0.5 |
| Hex | 45 | EF | 10 | 47 | 0 | 5D | 6 | 6A | 57 | 32 |
| Octal | 105 | 357 | 20 | 107 | 0 | 135 | 6 | 152 | 127 | 62 |
| Binary | 1000101 | 11101111 | 10000 | 1000111 | 0 | 1011101 | 110 | 1101010 | 1010111 | 110010 |
Color Harmonies of #45EF10
Complementary color
Monochromatic Colors of #45EF10
Black with #45EF10
Text Example
Text Example
White with #45EF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF10; }
p { color: rgb(69,239,16); }
H1.HeaderClassName
{
color: #45EF10;
}
.AnyTagClassName
{
color: #45EF10;
}
</style>
background-color css
<style>
a { background-color: #45EF10; }
a { background-color: rgb(69,239,16); }
div.DivClassName
{
background-color: #45EF10;
}
.BgClassName
{
background-color: #45EF10;
}
</style>
border-color css
<style>
span { border-color: #45EF10; }
span { border-color: rgb(69,239,16); }
td.TdClassName
{
border-color: #45EF10;
}
.TagClassName
{
border-color: #45EF10;
}
</style>