Shades of Harlequin #45E415
Tints of Harlequin #45E415
RGB
CMYK
RGB Variations
Color information
#45E415 (or 0x45E415) is known color: Harlequin. HEX triplet: 45, E4 and 15. RGB value is (69,228,21). Sum of RGB (Red+Green+Blue) = 69+228+21=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 228 (89.45% from 255 or 71.70% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 228 - color contains mainly: green. Hex color #45E415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E415 is #BA1BEA. Grayscale: #9D9D9D. Windows color (decimal): -12196843 or 1434693. OLE color: 1434693.
HSL color Cylindrical-coordinate representation of color #45E415: hue angle of 106.09º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45E415 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 21 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.11 |
| HSL | 106.09º | 0.83% | 0.49% | - |
| HSV(B) | 106.09º | 0.91% | 0.89% | - |
| XYZ | 30.33 | 56.81 | 10.08 | - |
| YUV | 156.86 | 51.32 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 21 | 0.70 | 0 | 0.91 | 0.11 | 106.09 | 0.83 | 0.49 |
| Hex | 45 | E4 | 15 | 46 | 0 | 5B | B | 6A | 53 | 31 |
| Octal | 105 | 344 | 25 | 106 | 0 | 133 | 13 | 152 | 123 | 61 |
| Binary | 1000101 | 11100100 | 10101 | 1000110 | 0 | 1011011 | 1011 | 1101010 | 1010011 | 110001 |
Color Harmonies of #45E415
Complementary color
Monochromatic Colors of #45E415
Black with #45E415
Text Example
Text Example
White with #45E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E415; }
p { color: rgb(69,228,21); }
H1.HeaderClassName
{
color: #45E415;
}
.AnyTagClassName
{
color: #45E415;
}
</style>
background-color css
<style>
a { background-color: #45E415; }
a { background-color: rgb(69,228,21); }
div.DivClassName
{
background-color: #45E415;
}
.BgClassName
{
background-color: #45E415;
}
</style>
border-color css
<style>
span { border-color: #45E415; }
span { border-color: rgb(69,228,21); }
td.TdClassName
{
border-color: #45E415;
}
.TagClassName
{
border-color: #45E415;
}
</style>