Shades of Harlequin #42F114
Tints of Harlequin #42F114
RGB
CMYK
RGB Variations
Color information
#42F114 (or 0x42F114) is known color: Harlequin. HEX triplet: 42, F1 and 14. RGB value is (66,241,20). Sum of RGB (Red+Green+Blue) = 66+241+20=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #42F114 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F114 is #BD0EEB. Grayscale: #A4A4A4. Windows color (decimal): -12390124 or 1372482. OLE color: 1372482.
HSL color Cylindrical-coordinate representation of color #42F114: hue angle of 107.51º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42F114 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 20 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.05 |
| HSL | 107.51º | 0.89% | 0.51% | - |
| HSV(B) | 107.51º | 0.92% | 0.95% | - |
| XYZ | 33.83 | 64.12 | 11.26 | - |
| YUV | 163.48 | 47.02 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 20 | 0.73 | 0 | 0.92 | 0.05 | 107.51 | 0.89 | 0.51 |
| Hex | 42 | F1 | 14 | 49 | 0 | 5C | 5 | 6C | 59 | 33 |
| Octal | 102 | 361 | 24 | 111 | 0 | 134 | 5 | 154 | 131 | 63 |
| Binary | 1000010 | 11110001 | 10100 | 1001001 | 0 | 1011100 | 101 | 1101100 | 1011001 | 110011 |
Color Harmonies of #42F114
Complementary color
Monochromatic Colors of #42F114
Black with #42F114
Text Example
Text Example
White with #42F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F114; }
p { color: rgb(66,241,20); }
H1.HeaderClassName
{
color: #42F114;
}
.AnyTagClassName
{
color: #42F114;
}
</style>
background-color css
<style>
a { background-color: #42F114; }
a { background-color: rgb(66,241,20); }
div.DivClassName
{
background-color: #42F114;
}
.BgClassName
{
background-color: #42F114;
}
</style>
border-color css
<style>
span { border-color: #42F114; }
span { border-color: rgb(66,241,20); }
td.TdClassName
{
border-color: #42F114;
}
.TagClassName
{
border-color: #42F114;
}
</style>