Shades of Harlequin #42FE05
Tints of Harlequin #42FE05
RGB
CMYK
RGB Variations
Color information
#42FE05 (or 0x42FE05) is known color: Harlequin. HEX triplet: 42, FE and 05. RGB value is (66,254,5). Sum of RGB (Red+Green+Blue) = 66+254+5=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 254 (99.61% from 255 or 78.15% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FE05 is #BD01FA. Grayscale: #AAAAAA. Windows color (decimal): -12386811 or 392770. OLE color: 392770.
HSL color Cylindrical-coordinate representation of color #42FE05: hue angle of 105.3º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42FE05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.00 |
| HSL | 105.3º | 0.99% | 0.51% | - |
| HSV(B) | 105.3º | 0.98% | 1% | - |
| XYZ | 37.72 | 72.05 | 12.06 | - |
| YUV | 169.4 | 35.22 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 5 | 0.74 | 0 | 0.98 | 0.00 | 105.3 | 0.99 | 0.51 |
| Hex | 42 | FE | 5 | 4A | 0 | 62 | 0 | 69 | 63 | 33 |
| Octal | 102 | 376 | 5 | 112 | 0 | 142 | 0 | 151 | 143 | 63 |
| Binary | 1000010 | 11111110 | 101 | 1001010 | 0 | 1100010 | 0 | 1101001 | 1100011 | 110011 |
Color Harmonies of #42FE05
Complementary color
Monochromatic Colors of #42FE05
Black with #42FE05
Text Example
Text Example
White with #42FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE05; }
p { color: rgb(66,254,5); }
H1.HeaderClassName
{
color: #42FE05;
}
.AnyTagClassName
{
color: #42FE05;
}
</style>
background-color css
<style>
a { background-color: #42FE05; }
a { background-color: rgb(66,254,5); }
div.DivClassName
{
background-color: #42FE05;
}
.BgClassName
{
background-color: #42FE05;
}
</style>
border-color css
<style>
span { border-color: #42FE05; }
span { border-color: rgb(66,254,5); }
td.TdClassName
{
border-color: #42FE05;
}
.TagClassName
{
border-color: #42FE05;
}
</style>