Shades of Harlequin #42F81F
Tints of Harlequin #42F81F
RGB
CMYK
RGB Variations
Color information
#42F81F (or 0x42F81F) is known color: Harlequin. HEX triplet: 42, F8 and 1F. RGB value is (66,248,31). Sum of RGB (Red+Green+Blue) = 66+248+31=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 248 (97.27% from 255 or 71.88% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 248 - color contains mainly: green. Hex color #42F81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F81F is #BD07E0. Grayscale: #A9A9A9. Windows color (decimal): -12388321 or 2095170. OLE color: 2095170.
HSL color Cylindrical-coordinate representation of color #42F81F: hue angle of 110.32º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42F81F is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 31 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.03 |
| HSL | 110.32º | 0.94% | 0.55% | - |
| HSV(B) | 110.32º | 0.88% | 0.97% | - |
| XYZ | 36.06 | 68.39 | 12.6 | - |
| YUV | 168.84 | 50.2 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 31 | 0.73 | 0 | 0.88 | 0.03 | 110.32 | 0.94 | 0.55 |
| Hex | 42 | F8 | 1F | 49 | 0 | 58 | 3 | 6E | 5E | 37 |
| Octal | 102 | 370 | 37 | 111 | 0 | 130 | 3 | 156 | 136 | 67 |
| Binary | 1000010 | 11111000 | 11111 | 1001001 | 0 | 1011000 | 11 | 1101110 | 1011110 | 110111 |
Color Harmonies of #42F81F
Complementary color
Monochromatic Colors of #42F81F
Black with #42F81F
Text Example
Text Example
White with #42F81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F81F; }
p { color: rgb(66,248,31); }
H1.HeaderClassName
{
color: #42F81F;
}
.AnyTagClassName
{
color: #42F81F;
}
</style>
background-color css
<style>
a { background-color: #42F81F; }
a { background-color: rgb(66,248,31); }
div.DivClassName
{
background-color: #42F81F;
}
.BgClassName
{
background-color: #42F81F;
}
</style>
border-color css
<style>
span { border-color: #42F81F; }
span { border-color: rgb(66,248,31); }
td.TdClassName
{
border-color: #42F81F;
}
.TagClassName
{
border-color: #42F81F;
}
</style>