Shades of Harlequin #42F810
Tints of Harlequin #42F810
RGB
CMYK
RGB Variations
Color information
#42F810 (or 0x42F810) is known color: Harlequin. HEX triplet: 42, F8 and 10. RGB value is (66,248,16). Sum of RGB (Red+Green+Blue) = 66+248+16=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #42F810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F810 is #BD07EF. Grayscale: #A7A7A7. Windows color (decimal): -12388336 or 1112130. OLE color: 1112130.
HSL color Cylindrical-coordinate representation of color #42F810: hue angle of 107.07º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42F810 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 16 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.03 |
| HSL | 107.07º | 0.94% | 0.52% | - |
| HSV(B) | 107.07º | 0.94% | 0.97% | - |
| XYZ | 35.91 | 68.33 | 11.79 | - |
| YUV | 167.13 | 42.7 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 16 | 0.73 | 0 | 0.94 | 0.03 | 107.07 | 0.94 | 0.52 |
| Hex | 42 | F8 | 10 | 49 | 0 | 5E | 3 | 6B | 5E | 34 |
| Octal | 102 | 370 | 20 | 111 | 0 | 136 | 3 | 153 | 136 | 64 |
| Binary | 1000010 | 11111000 | 10000 | 1001001 | 0 | 1011110 | 11 | 1101011 | 1011110 | 110100 |
Color Harmonies of #42F810
Complementary color
Monochromatic Colors of #42F810
Black with #42F810
Text Example
Text Example
White with #42F810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F810; }
p { color: rgb(66,248,16); }
H1.HeaderClassName
{
color: #42F810;
}
.AnyTagClassName
{
color: #42F810;
}
</style>
background-color css
<style>
a { background-color: #42F810; }
a { background-color: rgb(66,248,16); }
div.DivClassName
{
background-color: #42F810;
}
.BgClassName
{
background-color: #42F810;
}
</style>
border-color css
<style>
span { border-color: #42F810; }
span { border-color: rgb(66,248,16); }
td.TdClassName
{
border-color: #42F810;
}
.TagClassName
{
border-color: #42F810;
}
</style>