Shades of Harlequin #42FF05
Tints of Harlequin #42FF05
RGB
CMYK
RGB Variations
Color information
#42FF05 (or 0x42FF05) is known color: Harlequin. HEX triplet: 42, FF and 05. RGB value is (66,255,5). Sum of RGB (Red+Green+Blue) = 66+255+5=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FF05 is #BD00FA. Grayscale: #AAAAAA. Windows color (decimal): -12386555 or 393026. OLE color: 393026.
HSL color Cylindrical-coordinate representation of color #42FF05: hue angle of 105.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42FF05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0 |
| HSL | 105.36º | 1% | 0.51% | - |
| HSV(B) | 105.36º | 0.98% | 1% | - |
| XYZ | 38.03 | 72.69 | 12.17 | - |
| YUV | 169.99 | 34.88 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 5 | 0.74 | 0 | 0.98 | 0 | 105.36 | 1 | 0.51 |
| Hex | 42 | FF | 5 | 4A | 0 | 62 | 0 | 69 | 64 | 33 |
| Octal | 102 | 377 | 5 | 112 | 0 | 142 | 0 | 151 | 144 | 63 |
| Binary | 1000010 | 11111111 | 101 | 1001010 | 0 | 1100010 | 0 | 1101001 | 1100100 | 110011 |
Color Harmonies of #42FF05
Complementary color
Monochromatic Colors of #42FF05
Black with #42FF05
Text Example
Text Example
White with #42FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF05; }
p { color: rgb(66,255,5); }
H1.HeaderClassName
{
color: #42FF05;
}
.AnyTagClassName
{
color: #42FF05;
}
</style>
background-color css
<style>
a { background-color: #42FF05; }
a { background-color: rgb(66,255,5); }
div.DivClassName
{
background-color: #42FF05;
}
.BgClassName
{
background-color: #42FF05;
}
</style>
border-color css
<style>
span { border-color: #42FF05; }
span { border-color: rgb(66,255,5); }
td.TdClassName
{
border-color: #42FF05;
}
.TagClassName
{
border-color: #42FF05;
}
</style>