Shades of Harlequin #42F11F
Tints of Harlequin #42F11F
RGB
CMYK
RGB Variations
Color information
#42F11F (or 0x42F11F) is known color: Harlequin. HEX triplet: 42, F1 and 1F. RGB value is (66,241,31). Sum of RGB (Red+Green+Blue) = 66+241+31=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #42F11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F11F is #BD0EE0. Grayscale: #A5A5A5. Windows color (decimal): -12390113 or 2093378. OLE color: 2093378.
HSL color Cylindrical-coordinate representation of color #42F11F: hue angle of 110º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42F11F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 31 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.05 |
| HSL | 110º | 0.88% | 0.53% | - |
| HSV(B) | 110º | 0.87% | 0.95% | - |
| XYZ | 33.95 | 64.17 | 11.89 | - |
| YUV | 164.74 | 52.52 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 31 | 0.73 | 0 | 0.87 | 0.05 | 110 | 0.88 | 0.53 |
| Hex | 42 | F1 | 1F | 49 | 0 | 57 | 5 | 6E | 58 | 35 |
| Octal | 102 | 361 | 37 | 111 | 0 | 127 | 5 | 156 | 130 | 65 |
| Binary | 1000010 | 11110001 | 11111 | 1001001 | 0 | 1010111 | 101 | 1101110 | 1011000 | 110101 |
Color Harmonies of #42F11F
Complementary color
Monochromatic Colors of #42F11F
Black with #42F11F
Text Example
Text Example
White with #42F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F11F; }
p { color: rgb(66,241,31); }
H1.HeaderClassName
{
color: #42F11F;
}
.AnyTagClassName
{
color: #42F11F;
}
</style>
background-color css
<style>
a { background-color: #42F11F; }
a { background-color: rgb(66,241,31); }
div.DivClassName
{
background-color: #42F11F;
}
.BgClassName
{
background-color: #42F11F;
}
</style>
border-color css
<style>
span { border-color: #42F11F; }
span { border-color: rgb(66,241,31); }
td.TdClassName
{
border-color: #42F11F;
}
.TagClassName
{
border-color: #42F11F;
}
</style>