Shades of Harlequin #42FF1F
Tints of Harlequin #42FF1F
RGB
CMYK
RGB Variations
Color information
#42FF1F (or 0x42FF1F) is known color: Harlequin. HEX triplet: 42, FF and 1F. RGB value is (66,255,31). Sum of RGB (Red+Green+Blue) = 66+255+31=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF1F is #BD00E0. Grayscale: #ADADAD. Windows color (decimal): -12386529 or 2096962. OLE color: 2096962.
HSL color Cylindrical-coordinate representation of color #42FF1F: hue angle of 110.62º 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 #42FF1F is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 31 | - |
| CMYK | 0.74 | 0 | 0.88 | 0 |
| HSL | 110.63º | 1% | 0.56% | - |
| HSV(B) | 110.63º | 0.88% | 1% | - |
| XYZ | 38.25 | 72.78 | 13.33 | - |
| YUV | 172.95 | 47.88 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 31 | 0.74 | 0 | 0.88 | 0 | 110.63 | 1 | 0.56 |
| Hex | 42 | FF | 1F | 4A | 0 | 58 | 0 | 6F | 64 | 38 |
| Octal | 102 | 377 | 37 | 112 | 0 | 130 | 0 | 157 | 144 | 70 |
| Binary | 1000010 | 11111111 | 11111 | 1001010 | 0 | 1011000 | 0 | 1101111 | 1100100 | 111000 |
Color Harmonies of #42FF1F
Complementary color
Monochromatic Colors of #42FF1F
Black with #42FF1F
Text Example
Text Example
White with #42FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF1F; }
p { color: rgb(66,255,31); }
H1.HeaderClassName
{
color: #42FF1F;
}
.AnyTagClassName
{
color: #42FF1F;
}
</style>
background-color css
<style>
a { background-color: #42FF1F; }
a { background-color: rgb(66,255,31); }
div.DivClassName
{
background-color: #42FF1F;
}
.BgClassName
{
background-color: #42FF1F;
}
</style>
border-color css
<style>
span { border-color: #42FF1F; }
span { border-color: rgb(66,255,31); }
td.TdClassName
{
border-color: #42FF1F;
}
.TagClassName
{
border-color: #42FF1F;
}
</style>