Shades of Harlequin #45DE0B
Tints of Harlequin #45DE0B
RGB
CMYK
RGB Variations
Color information
#45DE0B (or 0x45DE0B) is known color: Harlequin. HEX triplet: 45, DE and 0B. RGB value is (69,222,11). Sum of RGB (Red+Green+Blue) = 69+222+11=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DE0B is #BA21F4. Grayscale: #989898. Windows color (decimal): -12198389 or 777797. OLE color: 777797.
HSL color Cylindrical-coordinate representation of color #45DE0B: hue angle of 103.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45DE0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.13 |
| HSL | 103.51º | 0.91% | 0.46% | - |
| HSV(B) | 103.51º | 0.95% | 0.87% | - |
| XYZ | 28.64 | 53.53 | 9.14 | - |
| YUV | 152.2 | 48.31 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 11 | 0.69 | 0 | 0.95 | 0.13 | 103.51 | 0.91 | 0.46 |
| Hex | 45 | DE | B | 45 | 0 | 5F | D | 68 | 5B | 2E |
| Octal | 105 | 336 | 13 | 105 | 0 | 137 | 15 | 150 | 133 | 56 |
| Binary | 1000101 | 11011110 | 1011 | 1000101 | 0 | 1011111 | 1101 | 1101000 | 1011011 | 101110 |
Color Harmonies of #45DE0B
Complementary color
Monochromatic Colors of #45DE0B
Black with #45DE0B
Text Example
Text Example
White with #45DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DE0B; }
p { color: rgb(69,222,11); }
H1.HeaderClassName
{
color: #45DE0B;
}
.AnyTagClassName
{
color: #45DE0B;
}
</style>
background-color css
<style>
a { background-color: #45DE0B; }
a { background-color: rgb(69,222,11); }
div.DivClassName
{
background-color: #45DE0B;
}
.BgClassName
{
background-color: #45DE0B;
}
</style>
border-color css
<style>
span { border-color: #45DE0B; }
span { border-color: rgb(69,222,11); }
td.TdClassName
{
border-color: #45DE0B;
}
.TagClassName
{
border-color: #45DE0B;
}
</style>