Shades of Harlequin #45EF00
Tints of Harlequin #45EF00
RGB
CMYK
RGB Variations
Color information
#45EF00 (or 0x45EF00) is known color: Harlequin. HEX triplet: 45, EF and 00. RGB value is (69,239,0). Sum of RGB (Red+Green+Blue) = 69+239+0=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45EF00 is #BA10FF. Grayscale: #A1A1A1. Windows color (decimal): -12194048 or 61253. OLE color: 61253.
HSL color Cylindrical-coordinate representation of color #45EF00: hue angle of 102.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45EF00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.06 |
| HSL | 102.68º | 1% | 0.47% | - |
| HSV(B) | 102.68º | 1% | 0.94% | - |
| XYZ | 33.32 | 63 | 10.4 | - |
| YUV | 160.92 | 37.18 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 0 | 0.71 | 0 | 1 | 0.06 | 102.68 | 1 | 0.47 |
| Hex | 45 | EF | 0 | 47 | 0 | 64 | 6 | 67 | 64 | 2F |
| Octal | 105 | 357 | 0 | 107 | 0 | 144 | 6 | 147 | 144 | 57 |
| Binary | 1000101 | 11101111 | 0 | 1000111 | 0 | 1100100 | 110 | 1100111 | 1100100 | 101111 |
Color Harmonies of #45EF00
Complementary color
Monochromatic Colors of #45EF00
Black with #45EF00
Text Example
Text Example
White with #45EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF00; }
p { color: rgb(69,239,0); }
H1.HeaderClassName
{
color: #45EF00;
}
.AnyTagClassName
{
color: #45EF00;
}
</style>
background-color css
<style>
a { background-color: #45EF00; }
a { background-color: rgb(69,239,0); }
div.DivClassName
{
background-color: #45EF00;
}
.BgClassName
{
background-color: #45EF00;
}
</style>
border-color css
<style>
span { border-color: #45EF00; }
span { border-color: rgb(69,239,0); }
td.TdClassName
{
border-color: #45EF00;
}
.TagClassName
{
border-color: #45EF00;
}
</style>