Shades of Harlequin #45FA07
Tints of Harlequin #45FA07
RGB
CMYK
RGB Variations
Color information
#45FA07 (or 0x45FA07) is known color: Harlequin. HEX triplet: 45, FA and 07. RGB value is (69,250,7). Sum of RGB (Red+Green+Blue) = 69+250+7=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #45FA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45FA07 is #BA05F8. Grayscale: #A8A8A8. Windows color (decimal): -12191225 or 522821. OLE color: 522821.
HSL color Cylindrical-coordinate representation of color #45FA07: hue angle of 104.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45FA07 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 7 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.02 |
| HSL | 104.69º | 0.96% | 0.5% | - |
| HSV(B) | 104.69º | 0.97% | 0.98% | - |
| XYZ | 36.68 | 69.65 | 11.71 | - |
| YUV | 168.18 | 37.03 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 7 | 0.72 | 0 | 0.97 | 0.02 | 104.69 | 0.96 | 0.5 |
| Hex | 45 | FA | 7 | 48 | 0 | 61 | 2 | 69 | 60 | 32 |
| Octal | 105 | 372 | 7 | 110 | 0 | 141 | 2 | 151 | 140 | 62 |
| Binary | 1000101 | 11111010 | 111 | 1001000 | 0 | 1100001 | 10 | 1101001 | 1100000 | 110010 |
Color Harmonies of #45FA07
Complementary color
Monochromatic Colors of #45FA07
Black with #45FA07
Text Example
Text Example
White with #45FA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FA07; }
p { color: rgb(69,250,7); }
H1.HeaderClassName
{
color: #45FA07;
}
.AnyTagClassName
{
color: #45FA07;
}
</style>
background-color css
<style>
a { background-color: #45FA07; }
a { background-color: rgb(69,250,7); }
div.DivClassName
{
background-color: #45FA07;
}
.BgClassName
{
background-color: #45FA07;
}
</style>
border-color css
<style>
span { border-color: #45FA07; }
span { border-color: rgb(69,250,7); }
td.TdClassName
{
border-color: #45FA07;
}
.TagClassName
{
border-color: #45FA07;
}
</style>