Shades of Harlequin #42DF05
Tints of Harlequin #42DF05
RGB
CMYK
RGB Variations
Color information
#42DF05 (or 0x42DF05) is known color: Harlequin. HEX triplet: 42, DF and 05. RGB value is (66,223,5). Sum of RGB (Red+Green+Blue) = 66+223+5=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF05 is #BD20FA. Grayscale: #979797. Windows color (decimal): -12394747 or 384834. OLE color: 384834.
HSL color Cylindrical-coordinate representation of color #42DF05: hue angle of 103.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42DF05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.13 |
| HSL | 103.21º | 0.96% | 0.45% | - |
| HSV(B) | 103.21º | 0.98% | 0.87% | - |
| XYZ | 28.66 | 53.94 | 9.05 | - |
| YUV | 151.21 | 45.49 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 5 | 0.70 | 0 | 0.98 | 0.13 | 103.21 | 0.96 | 0.45 |
| Hex | 42 | DF | 5 | 46 | 0 | 62 | D | 67 | 60 | 2D |
| Octal | 102 | 337 | 5 | 106 | 0 | 142 | 15 | 147 | 140 | 55 |
| Binary | 1000010 | 11011111 | 101 | 1000110 | 0 | 1100010 | 1101 | 1100111 | 1100000 | 101101 |
Color Harmonies of #42DF05
Complementary color
Monochromatic Colors of #42DF05
Black with #42DF05
Text Example
Text Example
White with #42DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF05; }
p { color: rgb(66,223,5); }
H1.HeaderClassName
{
color: #42DF05;
}
.AnyTagClassName
{
color: #42DF05;
}
</style>
background-color css
<style>
a { background-color: #42DF05; }
a { background-color: rgb(66,223,5); }
div.DivClassName
{
background-color: #42DF05;
}
.BgClassName
{
background-color: #42DF05;
}
</style>
border-color css
<style>
span { border-color: #42DF05; }
span { border-color: rgb(66,223,5); }
td.TdClassName
{
border-color: #42DF05;
}
.TagClassName
{
border-color: #42DF05;
}
</style>