Shades of Harlequin #40FA15
Tints of Harlequin #40FA15
RGB
CMYK
RGB Variations
Color information
#40FA15 (or 0x40FA15) is known color: Harlequin. HEX triplet: 40, FA and 15. RGB value is (64,250,21). Sum of RGB (Red+Green+Blue) = 64+250+21=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FA15 is #BF05EA. Grayscale: #A9A9A9. Windows color (decimal): -12518891 or 1440320. OLE color: 1440320.
HSL color Cylindrical-coordinate representation of color #40FA15: hue angle of 108.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40FA15 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 21 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.02 |
| HSL | 108.73º | 0.96% | 0.53% | - |
| HSV(B) | 108.73º | 0.92% | 0.98% | - |
| XYZ | 36.44 | 69.52 | 12.21 | - |
| YUV | 168.28 | 44.88 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 21 | 0.74 | 0 | 0.92 | 0.02 | 108.73 | 0.96 | 0.53 |
| Hex | 40 | FA | 15 | 4A | 0 | 5C | 2 | 6D | 60 | 35 |
| Octal | 100 | 372 | 25 | 112 | 0 | 134 | 2 | 155 | 140 | 65 |
| Binary | 1000000 | 11111010 | 10101 | 1001010 | 0 | 1011100 | 10 | 1101101 | 1100000 | 110101 |
Color Harmonies of #40FA15
Complementary color
Monochromatic Colors of #40FA15
Black with #40FA15
Text Example
Text Example
White with #40FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA15; }
p { color: rgb(64,250,21); }
H1.HeaderClassName
{
color: #40FA15;
}
.AnyTagClassName
{
color: #40FA15;
}
</style>
background-color css
<style>
a { background-color: #40FA15; }
a { background-color: rgb(64,250,21); }
div.DivClassName
{
background-color: #40FA15;
}
.BgClassName
{
background-color: #40FA15;
}
</style>
border-color css
<style>
span { border-color: #40FA15; }
span { border-color: rgb(64,250,21); }
td.TdClassName
{
border-color: #40FA15;
}
.TagClassName
{
border-color: #40FA15;
}
</style>