Shades of Harlequin #45F719
Tints of Harlequin #45F719
RGB
CMYK
RGB Variations
Color information
#45F719 (or 0x45F719) is known color: Harlequin. HEX triplet: 45, F7 and 19. RGB value is (69,247,25). Sum of RGB (Red+Green+Blue) = 69+247+25=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #45F719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45F719 is #BA08E6. Grayscale: #A9A9A9. Windows color (decimal): -12191975 or 1701701. OLE color: 1701701.
HSL color Cylindrical-coordinate representation of color #45F719: hue angle of 108.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45F719 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 247 | 25 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.03 |
| HSL | 108.11º | 0.93% | 0.53% | - |
| HSV(B) | 108.11º | 0.9% | 0.97% | - |
| XYZ | 35.89 | 67.86 | 12.13 | - |
| YUV | 168.47 | 47.03 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 247 | 25 | 0.72 | 0 | 0.90 | 0.03 | 108.11 | 0.93 | 0.53 |
| Hex | 45 | F7 | 19 | 48 | 0 | 5A | 3 | 6C | 5D | 35 |
| Octal | 105 | 367 | 31 | 110 | 0 | 132 | 3 | 154 | 135 | 65 |
| Binary | 1000101 | 11110111 | 11001 | 1001000 | 0 | 1011010 | 11 | 1101100 | 1011101 | 110101 |
Color Harmonies of #45F719
Complementary color
Monochromatic Colors of #45F719
Black with #45F719
Text Example
Text Example
White with #45F719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F719; }
p { color: rgb(69,247,25); }
H1.HeaderClassName
{
color: #45F719;
}
.AnyTagClassName
{
color: #45F719;
}
</style>
background-color css
<style>
a { background-color: #45F719; }
a { background-color: rgb(69,247,25); }
div.DivClassName
{
background-color: #45F719;
}
.BgClassName
{
background-color: #45F719;
}
</style>
border-color css
<style>
span { border-color: #45F719; }
span { border-color: rgb(69,247,25); }
td.TdClassName
{
border-color: #45F719;
}
.TagClassName
{
border-color: #45F719;
}
</style>