Shades of Harlequin #42F110
Tints of Harlequin #42F110
RGB
CMYK
RGB Variations
Color information
#42F110 (or 0x42F110) is known color: Harlequin. HEX triplet: 42, F1 and 10. RGB value is (66,241,16). Sum of RGB (Red+Green+Blue) = 66+241+16=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #42F110 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F110 is #BD0EEF. Grayscale: #A3A3A3. Windows color (decimal): -12390128 or 1110338. OLE color: 1110338.
HSL color Cylindrical-coordinate representation of color #42F110: hue angle of 106.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42F110 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.05 |
| HSL | 106.67º | 0.89% | 0.5% | - |
| HSV(B) | 106.67º | 0.93% | 0.95% | - |
| XYZ | 33.8 | 64.11 | 11.08 | - |
| YUV | 163.03 | 45.02 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 16 | 0.73 | 0 | 0.93 | 0.05 | 106.67 | 0.89 | 0.5 |
| Hex | 42 | F1 | 10 | 49 | 0 | 5D | 5 | 6B | 59 | 32 |
| Octal | 102 | 361 | 20 | 111 | 0 | 135 | 5 | 153 | 131 | 62 |
| Binary | 1000010 | 11110001 | 10000 | 1001001 | 0 | 1011101 | 101 | 1101011 | 1011001 | 110010 |
Color Harmonies of #42F110
Complementary color
Monochromatic Colors of #42F110
Black with #42F110
Text Example
Text Example
White with #42F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F110; }
p { color: rgb(66,241,16); }
H1.HeaderClassName
{
color: #42F110;
}
.AnyTagClassName
{
color: #42F110;
}
</style>
background-color css
<style>
a { background-color: #42F110; }
a { background-color: rgb(66,241,16); }
div.DivClassName
{
background-color: #42F110;
}
.BgClassName
{
background-color: #42F110;
}
</style>
border-color css
<style>
span { border-color: #42F110; }
span { border-color: rgb(66,241,16); }
td.TdClassName
{
border-color: #42F110;
}
.TagClassName
{
border-color: #42F110;
}
</style>