Shades of Harlequin #42F000
Tints of Harlequin #42F000
RGB
CMYK
RGB Variations
Color information
#42F000 (or 0x42F000) is known color: Harlequin. HEX triplet: 42, F0 and 00. RGB value is (66,240,0). Sum of RGB (Red+Green+Blue) = 66+240+0=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #42F000 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F000 is #BD0FFF. Grayscale: #A1A1A1. Windows color (decimal): -12390400 or 61506. OLE color: 61506.
HSL color Cylindrical-coordinate representation of color #42F000: hue angle of 103.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42F000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.06 |
| HSL | 103.5º | 1% | 0.47% | - |
| HSV(B) | 103.5º | 1% | 0.94% | - |
| XYZ | 33.41 | 63.48 | 10.49 | - |
| YUV | 160.61 | 37.35 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 0 | 0.72 | 0 | 1 | 0.06 | 103.5 | 1 | 0.47 |
| Hex | 42 | F0 | 0 | 48 | 0 | 64 | 6 | 68 | 64 | 2F |
| Octal | 102 | 360 | 0 | 110 | 0 | 144 | 6 | 150 | 144 | 57 |
| Binary | 1000010 | 11110000 | 0 | 1001000 | 0 | 1100100 | 110 | 1101000 | 1100100 | 101111 |
Color Harmonies of #42F000
Complementary color
Monochromatic Colors of #42F000
Black with #42F000
Text Example
Text Example
White with #42F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F000; }
p { color: rgb(66,240,0); }
H1.HeaderClassName
{
color: #42F000;
}
.AnyTagClassName
{
color: #42F000;
}
</style>
background-color css
<style>
a { background-color: #42F000; }
a { background-color: rgb(66,240,0); }
div.DivClassName
{
background-color: #42F000;
}
.BgClassName
{
background-color: #42F000;
}
</style>
border-color css
<style>
span { border-color: #42F000; }
span { border-color: rgb(66,240,0); }
td.TdClassName
{
border-color: #42F000;
}
.TagClassName
{
border-color: #42F000;
}
</style>