Shades of Harlequin #45E90C
Tints of Harlequin #45E90C
RGB
CMYK
RGB Variations
Color information
#45E90C (or 0x45E90C) is known color: Harlequin. HEX triplet: 45, E9 and 0C. RGB value is (69,233,12). Sum of RGB (Red+Green+Blue) = 69+233+12=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #45E90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45E90C is #BA16F3. Grayscale: #9F9F9F. Windows color (decimal): -12195572 or 846149. OLE color: 846149.
HSL color Cylindrical-coordinate representation of color #45E90C: hue angle of 104.52º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45E90C is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 12 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.09 |
| HSL | 104.52º | 0.9% | 0.48% | - |
| HSV(B) | 104.52º | 0.95% | 0.91% | - |
| XYZ | 31.66 | 59.57 | 10.18 | - |
| YUV | 158.77 | 45.17 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 12 | 0.70 | 0 | 0.95 | 0.09 | 104.52 | 0.9 | 0.48 |
| Hex | 45 | E9 | C | 46 | 0 | 5F | 9 | 69 | 5A | 30 |
| Octal | 105 | 351 | 14 | 106 | 0 | 137 | 11 | 151 | 132 | 60 |
| Binary | 1000101 | 11101001 | 1100 | 1000110 | 0 | 1011111 | 1001 | 1101001 | 1011010 | 110000 |
Color Harmonies of #45E90C
Complementary color
Monochromatic Colors of #45E90C
Black with #45E90C
Text Example
Text Example
White with #45E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E90C; }
p { color: rgb(69,233,12); }
H1.HeaderClassName
{
color: #45E90C;
}
.AnyTagClassName
{
color: #45E90C;
}
</style>
background-color css
<style>
a { background-color: #45E90C; }
a { background-color: rgb(69,233,12); }
div.DivClassName
{
background-color: #45E90C;
}
.BgClassName
{
background-color: #45E90C;
}
</style>
border-color css
<style>
span { border-color: #45E90C; }
span { border-color: rgb(69,233,12); }
td.TdClassName
{
border-color: #45E90C;
}
.TagClassName
{
border-color: #45E90C;
}
</style>