Shades of Harlequin #42FA0A
Tints of Harlequin #42FA0A
RGB
CMYK
RGB Variations
Color information
#42FA0A (or 0x42FA0A) is known color: Harlequin. HEX triplet: 42, FA and 0A. RGB value is (66,250,10). Sum of RGB (Red+Green+Blue) = 66+250+10=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FA0A is #BD05F5. Grayscale: #A8A8A8. Windows color (decimal): -12387830 or 719426. OLE color: 719426.
HSL color Cylindrical-coordinate representation of color #42FA0A: hue angle of 106º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42FA0A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.02 |
| HSL | 106º | 0.96% | 0.51% | - |
| HSV(B) | 106º | 0.96% | 0.98% | - |
| XYZ | 36.49 | 69.55 | 11.79 | - |
| YUV | 167.62 | 39.04 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 10 | 0.74 | 0 | 0.96 | 0.02 | 106 | 0.96 | 0.51 |
| Hex | 42 | FA | A | 4A | 0 | 60 | 2 | 6A | 60 | 33 |
| Octal | 102 | 372 | 12 | 112 | 0 | 140 | 2 | 152 | 140 | 63 |
| Binary | 1000010 | 11111010 | 1010 | 1001010 | 0 | 1100000 | 10 | 1101010 | 1100000 | 110011 |
Color Harmonies of #42FA0A
Complementary color
Monochromatic Colors of #42FA0A
Black with #42FA0A
Text Example
Text Example
White with #42FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA0A; }
p { color: rgb(66,250,10); }
H1.HeaderClassName
{
color: #42FA0A;
}
.AnyTagClassName
{
color: #42FA0A;
}
</style>
background-color css
<style>
a { background-color: #42FA0A; }
a { background-color: rgb(66,250,10); }
div.DivClassName
{
background-color: #42FA0A;
}
.BgClassName
{
background-color: #42FA0A;
}
</style>
border-color css
<style>
span { border-color: #42FA0A; }
span { border-color: rgb(66,250,10); }
td.TdClassName
{
border-color: #42FA0A;
}
.TagClassName
{
border-color: #42FA0A;
}
</style>