Shades of Harlequin #42F807
Tints of Harlequin #42F807
RGB
CMYK
RGB Variations
Color information
#42F807 (or 0x42F807) is known color: Harlequin. HEX triplet: 42, F8 and 07. RGB value is (66,248,7). Sum of RGB (Red+Green+Blue) = 66+248+7=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 248 (97.27% from 255 or 77.26% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 248 - color contains mainly: green. Hex color #42F807 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F807 is #BD07F8. Grayscale: #A6A6A6. Windows color (decimal): -12388345 or 522306. OLE color: 522306.
HSL color Cylindrical-coordinate representation of color #42F807: hue angle of 105.31º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42F807 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.03 |
| HSL | 105.31º | 0.95% | 0.5% | - |
| HSV(B) | 105.31º | 0.97% | 0.97% | - |
| XYZ | 35.85 | 68.31 | 11.5 | - |
| YUV | 166.11 | 38.2 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 7 | 0.73 | 0 | 0.97 | 0.03 | 105.31 | 0.95 | 0.5 |
| Hex | 42 | F8 | 7 | 49 | 0 | 61 | 3 | 69 | 5F | 32 |
| Octal | 102 | 370 | 7 | 111 | 0 | 141 | 3 | 151 | 137 | 62 |
| Binary | 1000010 | 11111000 | 111 | 1001001 | 0 | 1100001 | 11 | 1101001 | 1011111 | 110010 |
Color Harmonies of #42F807
Complementary color
Monochromatic Colors of #42F807
Black with #42F807
Text Example
Text Example
White with #42F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F807; }
p { color: rgb(66,248,7); }
H1.HeaderClassName
{
color: #42F807;
}
.AnyTagClassName
{
color: #42F807;
}
</style>
background-color css
<style>
a { background-color: #42F807; }
a { background-color: rgb(66,248,7); }
div.DivClassName
{
background-color: #42F807;
}
.BgClassName
{
background-color: #42F807;
}
</style>
border-color css
<style>
span { border-color: #42F807; }
span { border-color: rgb(66,248,7); }
td.TdClassName
{
border-color: #42F807;
}
.TagClassName
{
border-color: #42F807;
}
</style>