Shades of Harlequin #42F819
Tints of Harlequin #42F819
RGB
CMYK
RGB Variations
Color information
#42F819 (or 0x42F819) is known color: Harlequin. HEX triplet: 42, F8 and 19. RGB value is (66,248,25). Sum of RGB (Red+Green+Blue) = 66+248+25=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #42F819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F819 is #BD07E6. Grayscale: #A8A8A8. Windows color (decimal): -12388327 or 1701954. OLE color: 1701954.
HSL color Cylindrical-coordinate representation of color #42F819: hue angle of 108.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42F819 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 25 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.03 |
| HSL | 108.97º | 0.94% | 0.54% | - |
| HSV(B) | 108.97º | 0.9% | 0.97% | - |
| XYZ | 35.99 | 68.36 | 12.22 | - |
| YUV | 168.16 | 47.2 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 25 | 0.73 | 0 | 0.90 | 0.03 | 108.97 | 0.94 | 0.54 |
| Hex | 42 | F8 | 19 | 49 | 0 | 5A | 3 | 6D | 5E | 36 |
| Octal | 102 | 370 | 31 | 111 | 0 | 132 | 3 | 155 | 136 | 66 |
| Binary | 1000010 | 11111000 | 11001 | 1001001 | 0 | 1011010 | 11 | 1101101 | 1011110 | 110110 |
Color Harmonies of #42F819
Complementary color
Monochromatic Colors of #42F819
Black with #42F819
Text Example
Text Example
White with #42F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F819; }
p { color: rgb(66,248,25); }
H1.HeaderClassName
{
color: #42F819;
}
.AnyTagClassName
{
color: #42F819;
}
</style>
background-color css
<style>
a { background-color: #42F819; }
a { background-color: rgb(66,248,25); }
div.DivClassName
{
background-color: #42F819;
}
.BgClassName
{
background-color: #42F819;
}
</style>
border-color css
<style>
span { border-color: #42F819; }
span { border-color: rgb(66,248,25); }
td.TdClassName
{
border-color: #42F819;
}
.TagClassName
{
border-color: #42F819;
}
</style>