Shades of Harlequin #42F109
Tints of Harlequin #42F109
RGB
CMYK
RGB Variations
Color information
#42F109 (or 0x42F109) is known color: Harlequin. HEX triplet: 42, F1 and 09. RGB value is (66,241,9). Sum of RGB (Red+Green+Blue) = 66+241+9=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #42F109 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F109 is #BD0EF6. Grayscale: #A2A2A2. Windows color (decimal): -12390135 or 651586. OLE color: 651586.
HSL color Cylindrical-coordinate representation of color #42F109: hue angle of 105.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42F109 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.05 |
| HSL | 105.26º | 0.93% | 0.49% | - |
| HSV(B) | 105.26º | 0.96% | 0.95% | - |
| XYZ | 33.75 | 64.09 | 10.85 | - |
| YUV | 162.23 | 41.52 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 9 | 0.73 | 0 | 0.96 | 0.05 | 105.26 | 0.93 | 0.49 |
| Hex | 42 | F1 | 9 | 49 | 0 | 60 | 5 | 69 | 5D | 31 |
| Octal | 102 | 361 | 11 | 111 | 0 | 140 | 5 | 151 | 135 | 61 |
| Binary | 1000010 | 11110001 | 1001 | 1001001 | 0 | 1100000 | 101 | 1101001 | 1011101 | 110001 |
Color Harmonies of #42F109
Complementary color
Monochromatic Colors of #42F109
Black with #42F109
Text Example
Text Example
White with #42F109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F109; }
p { color: rgb(66,241,9); }
H1.HeaderClassName
{
color: #42F109;
}
.AnyTagClassName
{
color: #42F109;
}
</style>
background-color css
<style>
a { background-color: #42F109; }
a { background-color: rgb(66,241,9); }
div.DivClassName
{
background-color: #42F109;
}
.BgClassName
{
background-color: #42F109;
}
</style>
border-color css
<style>
span { border-color: #42F109; }
span { border-color: rgb(66,241,9); }
td.TdClassName
{
border-color: #42F109;
}
.TagClassName
{
border-color: #42F109;
}
</style>