Shades of Harlequin #45E40F
Tints of Harlequin #45E40F
RGB
CMYK
RGB Variations
Color information
#45E40F (or 0x45E40F) is known color: Harlequin. HEX triplet: 45, E4 and 0F. RGB value is (69,228,15). Sum of RGB (Red+Green+Blue) = 69+228+15=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #45E40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E40F is #BA1BF0. Grayscale: #9C9C9C. Windows color (decimal): -12196849 or 1041477. OLE color: 1041477.
HSL color Cylindrical-coordinate representation of color #45E40F: hue angle of 104.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45E40F is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 15 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.11 |
| HSL | 104.79º | 0.88% | 0.48% | - |
| HSV(B) | 104.79º | 0.93% | 0.89% | - |
| XYZ | 30.28 | 56.79 | 9.82 | - |
| YUV | 156.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 15 | 0.70 | 0 | 0.93 | 0.11 | 104.79 | 0.88 | 0.48 |
| Hex | 45 | E4 | F | 46 | 0 | 5D | B | 69 | 58 | 30 |
| Octal | 105 | 344 | 17 | 106 | 0 | 135 | 13 | 151 | 130 | 60 |
| Binary | 1000101 | 11100100 | 1111 | 1000110 | 0 | 1011101 | 1011 | 1101001 | 1011000 | 110000 |
Color Harmonies of #45E40F
Complementary color
Monochromatic Colors of #45E40F
Black with #45E40F
Text Example
Text Example
White with #45E40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E40F; }
p { color: rgb(69,228,15); }
H1.HeaderClassName
{
color: #45E40F;
}
.AnyTagClassName
{
color: #45E40F;
}
</style>
background-color css
<style>
a { background-color: #45E40F; }
a { background-color: rgb(69,228,15); }
div.DivClassName
{
background-color: #45E40F;
}
.BgClassName
{
background-color: #45E40F;
}
</style>
border-color css
<style>
span { border-color: #45E40F; }
span { border-color: rgb(69,228,15); }
td.TdClassName
{
border-color: #45E40F;
}
.TagClassName
{
border-color: #45E40F;
}
</style>