Shades of Harlequin #42FA20
Tints of Harlequin #42FA20
RGB
CMYK
RGB Variations
Color information
#42FA20 (or 0x42FA20) is known color: Harlequin. HEX triplet: 42, FA and 20. RGB value is (66,250,32). Sum of RGB (Red+Green+Blue) = 66+250+32=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA20 is #BD05DF. Grayscale: #AAAAAA. Windows color (decimal): -12387808 or 2161218. OLE color: 2161218.
HSL color Cylindrical-coordinate representation of color #42FA20: hue angle of 110.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42FA20 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 32 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.02 |
| HSL | 110.64º | 0.96% | 0.55% | - |
| HSV(B) | 110.64º | 0.87% | 0.98% | - |
| XYZ | 36.69 | 69.63 | 12.87 | - |
| YUV | 170.13 | 50.04 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 32 | 0.74 | 0 | 0.87 | 0.02 | 110.64 | 0.96 | 0.55 |
| Hex | 42 | FA | 20 | 4A | 0 | 57 | 2 | 6F | 60 | 37 |
| Octal | 102 | 372 | 40 | 112 | 0 | 127 | 2 | 157 | 140 | 67 |
| Binary | 1000010 | 11111010 | 100000 | 1001010 | 0 | 1010111 | 10 | 1101111 | 1100000 | 110111 |
Color Harmonies of #42FA20
Complementary color
Monochromatic Colors of #42FA20
Black with #42FA20
Text Example
Text Example
White with #42FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA20; }
p { color: rgb(66,250,32); }
H1.HeaderClassName
{
color: #42FA20;
}
.AnyTagClassName
{
color: #42FA20;
}
</style>
background-color css
<style>
a { background-color: #42FA20; }
a { background-color: rgb(66,250,32); }
div.DivClassName
{
background-color: #42FA20;
}
.BgClassName
{
background-color: #42FA20;
}
</style>
border-color css
<style>
span { border-color: #42FA20; }
span { border-color: rgb(66,250,32); }
td.TdClassName
{
border-color: #42FA20;
}
.TagClassName
{
border-color: #42FA20;
}
</style>