Shades of Harlequin #45E90F
Tints of Harlequin #45E90F
RGB
CMYK
RGB Variations
Color information
#45E90F (or 0x45E90F) is known color: Harlequin. HEX triplet: 45, E9 and 0F. RGB value is (69,233,15). Sum of RGB (Red+Green+Blue) = 69+233+15=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #45E90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45E90F is #BA16F0. Grayscale: #9F9F9F. Windows color (decimal): -12195569 or 1042757. OLE color: 1042757.
HSL color Cylindrical-coordinate representation of color #45E90F: hue angle of 105.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45E90F is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 15 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.09 |
| HSL | 105.14º | 0.88% | 0.49% | - |
| HSV(B) | 105.14º | 0.94% | 0.91% | - |
| XYZ | 31.68 | 59.58 | 10.28 | - |
| YUV | 159.11 | 46.67 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 15 | 0.70 | 0 | 0.94 | 0.09 | 105.14 | 0.88 | 0.49 |
| Hex | 45 | E9 | F | 46 | 0 | 5E | 9 | 69 | 58 | 31 |
| Octal | 105 | 351 | 17 | 106 | 0 | 136 | 11 | 151 | 130 | 61 |
| Binary | 1000101 | 11101001 | 1111 | 1000110 | 0 | 1011110 | 1001 | 1101001 | 1011000 | 110001 |
Color Harmonies of #45E90F
Complementary color
Monochromatic Colors of #45E90F
Black with #45E90F
Text Example
Text Example
White with #45E90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E90F; }
p { color: rgb(69,233,15); }
H1.HeaderClassName
{
color: #45E90F;
}
.AnyTagClassName
{
color: #45E90F;
}
</style>
background-color css
<style>
a { background-color: #45E90F; }
a { background-color: rgb(69,233,15); }
div.DivClassName
{
background-color: #45E90F;
}
.BgClassName
{
background-color: #45E90F;
}
</style>
border-color css
<style>
span { border-color: #45E90F; }
span { border-color: rgb(69,233,15); }
td.TdClassName
{
border-color: #45E90F;
}
.TagClassName
{
border-color: #45E90F;
}
</style>