Shades of Harlequin #42FF1E
Tints of Harlequin #42FF1E
RGB
CMYK
RGB Variations
Color information
#42FF1E (or 0x42FF1E) is known color: Harlequin. HEX triplet: 42, FF and 1E. RGB value is (66,255,30). Sum of RGB (Red+Green+Blue) = 66+255+30=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF1E is #BD00E1. Grayscale: #ADADAD. Windows color (decimal): -12386530 or 2031426. OLE color: 2031426.
HSL color Cylindrical-coordinate representation of color #42FF1E: hue angle of 110.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42FF1E is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 30 | - |
| CMYK | 0.74 | 0 | 0.88 | 0 |
| HSL | 110.4º | 1% | 0.56% | - |
| HSV(B) | 110.4º | 0.88% | 1% | - |
| XYZ | 38.24 | 72.77 | 13.26 | - |
| YUV | 172.84 | 47.38 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 30 | 0.74 | 0 | 0.88 | 0 | 110.4 | 1 | 0.56 |
| Hex | 42 | FF | 1E | 4A | 0 | 58 | 0 | 6E | 64 | 38 |
| Octal | 102 | 377 | 36 | 112 | 0 | 130 | 0 | 156 | 144 | 70 |
| Binary | 1000010 | 11111111 | 11110 | 1001010 | 0 | 1011000 | 0 | 1101110 | 1100100 | 111000 |
Color Harmonies of #42FF1E
Complementary color
Monochromatic Colors of #42FF1E
Black with #42FF1E
Text Example
Text Example
White with #42FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF1E; }
p { color: rgb(66,255,30); }
H1.HeaderClassName
{
color: #42FF1E;
}
.AnyTagClassName
{
color: #42FF1E;
}
</style>
background-color css
<style>
a { background-color: #42FF1E; }
a { background-color: rgb(66,255,30); }
div.DivClassName
{
background-color: #42FF1E;
}
.BgClassName
{
background-color: #42FF1E;
}
</style>
border-color css
<style>
span { border-color: #42FF1E; }
span { border-color: rgb(66,255,30); }
td.TdClassName
{
border-color: #42FF1E;
}
.TagClassName
{
border-color: #42FF1E;
}
</style>