Shades of Harlequin #42DB05
Tints of Harlequin #42DB05
RGB
CMYK
RGB Variations
Color information
#42DB05 (or 0x42DB05) is known color: Harlequin. HEX triplet: 42, DB and 05. RGB value is (66,219,5). Sum of RGB (Red+Green+Blue) = 66+219+5=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 219 (85.94% from 255 or 75.52% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DB05 is #BD24FA. Grayscale: #959595. Windows color (decimal): -12395771 or 383810. OLE color: 383810.
HSL color Cylindrical-coordinate representation of color #42DB05: hue angle of 102.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42DB05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.14 |
| HSL | 102.9º | 0.96% | 0.44% | - |
| HSV(B) | 102.9º | 0.98% | 0.86% | - |
| XYZ | 27.61 | 51.83 | 8.69 | - |
| YUV | 148.86 | 46.81 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 5 | 0.70 | 0 | 0.98 | 0.14 | 102.9 | 0.96 | 0.44 |
| Hex | 42 | DB | 5 | 46 | 0 | 62 | E | 67 | 60 | 2C |
| Octal | 102 | 333 | 5 | 106 | 0 | 142 | 16 | 147 | 140 | 54 |
| Binary | 1000010 | 11011011 | 101 | 1000110 | 0 | 1100010 | 1110 | 1100111 | 1100000 | 101100 |
Color Harmonies of #42DB05
Complementary color
Monochromatic Colors of #42DB05
Black with #42DB05
Text Example
Text Example
White with #42DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DB05; }
p { color: rgb(66,219,5); }
H1.HeaderClassName
{
color: #42DB05;
}
.AnyTagClassName
{
color: #42DB05;
}
</style>
background-color css
<style>
a { background-color: #42DB05; }
a { background-color: rgb(66,219,5); }
div.DivClassName
{
background-color: #42DB05;
}
.BgClassName
{
background-color: #42DB05;
}
</style>
border-color css
<style>
span { border-color: #42DB05; }
span { border-color: rgb(66,219,5); }
td.TdClassName
{
border-color: #42DB05;
}
.TagClassName
{
border-color: #42DB05;
}
</style>