Shades of Harlequin #42F301
Tints of Harlequin #42F301
RGB
CMYK
RGB Variations
Color information
#42F301 (or 0x42F301) is known color: Harlequin. HEX triplet: 42, F3 and 01. RGB value is (66,243,1). Sum of RGB (Red+Green+Blue) = 66+243+1=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #42F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F301 is #BD0CFE. Grayscale: #A3A3A3. Windows color (decimal): -12389631 or 127810. OLE color: 127810.
HSL color Cylindrical-coordinate representation of color #42F301: hue angle of 103.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42F301 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.05 |
| HSL | 103.88º | 0.99% | 0.48% | - |
| HSV(B) | 103.88º | 1% | 0.95% | - |
| XYZ | 34.3 | 65.26 | 10.82 | - |
| YUV | 162.49 | 36.86 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 1 | 0.73 | 0 | 1.00 | 0.05 | 103.88 | 0.99 | 0.48 |
| Hex | 42 | F3 | 1 | 49 | 0 | 64 | 5 | 68 | 63 | 30 |
| Octal | 102 | 363 | 1 | 111 | 0 | 144 | 5 | 150 | 143 | 60 |
| Binary | 1000010 | 11110011 | 1 | 1001001 | 0 | 1100100 | 101 | 1101000 | 1100011 | 110000 |
Color Harmonies of #42F301
Complementary color
Monochromatic Colors of #42F301
Black with #42F301
Text Example
Text Example
White with #42F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F301; }
p { color: rgb(66,243,1); }
H1.HeaderClassName
{
color: #42F301;
}
.AnyTagClassName
{
color: #42F301;
}
</style>
background-color css
<style>
a { background-color: #42F301; }
a { background-color: rgb(66,243,1); }
div.DivClassName
{
background-color: #42F301;
}
.BgClassName
{
background-color: #42F301;
}
</style>
border-color css
<style>
span { border-color: #42F301; }
span { border-color: rgb(66,243,1); }
td.TdClassName
{
border-color: #42F301;
}
.TagClassName
{
border-color: #42F301;
}
</style>