Shades of Harlequin #45E602
Tints of Harlequin #45E602
RGB
CMYK
RGB Variations
Color information
#45E602 (or 0x45E602) is known color: Harlequin. HEX triplet: 45, E6 and 02. RGB value is (69,230,2). Sum of RGB (Red+Green+Blue) = 69+230+2=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 230 (90.23% from 255 or 76.41% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 230 - color contains mainly: green. Hex color #45E602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45E602 is #BA19FD. Grayscale: #9C9C9C. Windows color (decimal): -12196350 or 190021. OLE color: 190021.
HSL color Cylindrical-coordinate representation of color #45E602: hue angle of 102.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45E602 is Cyan = 0.7, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 2 | - |
| CMYK | 0.7 | 0 | 0.99 | 0.10 |
| HSL | 102.37º | 0.98% | 0.45% | - |
| HSV(B) | 102.37º | 0.99% | 0.9% | - |
| XYZ | 30.76 | 57.86 | 9.6 | - |
| YUV | 155.87 | 41.16 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 2 | 0.7 | 0 | 0.99 | 0.10 | 102.37 | 0.98 | 0.45 |
| Hex | 45 | E6 | 2 | 46 | 0 | 63 | A | 66 | 62 | 2D |
| Octal | 105 | 346 | 2 | 106 | 0 | 143 | 12 | 146 | 142 | 55 |
| Binary | 1000101 | 11100110 | 10 | 1000110 | 0 | 1100011 | 1010 | 1100110 | 1100010 | 101101 |
Color Harmonies of #45E602
Complementary color
Monochromatic Colors of #45E602
Black with #45E602
Text Example
Text Example
White with #45E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E602; }
p { color: rgb(69,230,2); }
H1.HeaderClassName
{
color: #45E602;
}
.AnyTagClassName
{
color: #45E602;
}
</style>
background-color css
<style>
a { background-color: #45E602; }
a { background-color: rgb(69,230,2); }
div.DivClassName
{
background-color: #45E602;
}
.BgClassName
{
background-color: #45E602;
}
</style>
border-color css
<style>
span { border-color: #45E602; }
span { border-color: rgb(69,230,2); }
td.TdClassName
{
border-color: #45E602;
}
.TagClassName
{
border-color: #45E602;
}
</style>