Shades of Harlequin #42F901
Tints of Harlequin #42F901
RGB
CMYK
RGB Variations
Color information
#42F901 (or 0x42F901) is known color: Harlequin. HEX triplet: 42, F9 and 01. RGB value is (66,249,1). Sum of RGB (Red+Green+Blue) = 66+249+1=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 249 (97.66% from 255 or 78.80% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 249 - color contains mainly: green. Hex color #42F901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F901 is #BD06FE. Grayscale: #A6A6A6. Windows color (decimal): -12388095 or 129346. OLE color: 129346.
HSL color Cylindrical-coordinate representation of color #42F901: hue angle of 104.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42F901 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.02 |
| HSL | 104.27º | 0.99% | 0.49% | - |
| HSV(B) | 104.27º | 1% | 0.98% | - |
| XYZ | 36.13 | 68.91 | 11.43 | - |
| YUV | 166.01 | 34.87 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 1 | 0.73 | 0 | 1.00 | 0.02 | 104.27 | 0.99 | 0.49 |
| Hex | 42 | F9 | 1 | 49 | 0 | 64 | 2 | 68 | 63 | 31 |
| Octal | 102 | 371 | 1 | 111 | 0 | 144 | 2 | 150 | 143 | 61 |
| Binary | 1000010 | 11111001 | 1 | 1001001 | 0 | 1100100 | 10 | 1101000 | 1100011 | 110001 |
Color Harmonies of #42F901
Complementary color
Monochromatic Colors of #42F901
Black with #42F901
Text Example
Text Example
White with #42F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F901; }
p { color: rgb(66,249,1); }
H1.HeaderClassName
{
color: #42F901;
}
.AnyTagClassName
{
color: #42F901;
}
</style>
background-color css
<style>
a { background-color: #42F901; }
a { background-color: rgb(66,249,1); }
div.DivClassName
{
background-color: #42F901;
}
.BgClassName
{
background-color: #42F901;
}
</style>
border-color css
<style>
span { border-color: #42F901; }
span { border-color: rgb(66,249,1); }
td.TdClassName
{
border-color: #42F901;
}
.TagClassName
{
border-color: #42F901;
}
</style>