Shades of Harlequin #45F90E
Tints of Harlequin #45F90E
RGB
CMYK
RGB Variations
Color information
#45F90E (or 0x45F90E) is known color: Harlequin. HEX triplet: 45, F9 and 0E. RGB value is (69,249,14). Sum of RGB (Red+Green+Blue) = 69+249+14=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #45F90E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45F90E is #BA06F1. Grayscale: #A9A9A9. Windows color (decimal): -12191474 or 981317. OLE color: 981317.
HSL color Cylindrical-coordinate representation of color #45F90E: hue angle of 105.96º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45F90E is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 249 | 14 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.02 |
| HSL | 105.96º | 0.95% | 0.52% | - |
| HSV(B) | 105.96º | 0.94% | 0.98% | - |
| XYZ | 36.41 | 69.05 | 11.82 | - |
| YUV | 168.39 | 40.87 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 249 | 14 | 0.72 | 0 | 0.94 | 0.02 | 105.96 | 0.95 | 0.52 |
| Hex | 45 | F9 | E | 48 | 0 | 5E | 2 | 6A | 5F | 34 |
| Octal | 105 | 371 | 16 | 110 | 0 | 136 | 2 | 152 | 137 | 64 |
| Binary | 1000101 | 11111001 | 1110 | 1001000 | 0 | 1011110 | 10 | 1101010 | 1011111 | 110100 |
Color Harmonies of #45F90E
Complementary color
Monochromatic Colors of #45F90E
Black with #45F90E
Text Example
Text Example
White with #45F90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F90E; }
p { color: rgb(69,249,14); }
H1.HeaderClassName
{
color: #45F90E;
}
.AnyTagClassName
{
color: #45F90E;
}
</style>
background-color css
<style>
a { background-color: #45F90E; }
a { background-color: rgb(69,249,14); }
div.DivClassName
{
background-color: #45F90E;
}
.BgClassName
{
background-color: #45F90E;
}
</style>
border-color css
<style>
span { border-color: #45F90E; }
span { border-color: rgb(69,249,14); }
td.TdClassName
{
border-color: #45F90E;
}
.TagClassName
{
border-color: #45F90E;
}
</style>