Shades of Harlequin #42DE03
Tints of Harlequin #42DE03
RGB
CMYK
RGB Variations
Color information
#42DE03 (or 0x42DE03) is known color: Harlequin. HEX triplet: 42, DE and 03. RGB value is (66,222,3). Sum of RGB (Red+Green+Blue) = 66+222+3=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DE03 is #BD21FC. Grayscale: #979797. Windows color (decimal): -12395005 or 253506. OLE color: 253506.
HSL color Cylindrical-coordinate representation of color #42DE03: hue angle of 102.74º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42DE03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.13 |
| HSL | 102.74º | 0.97% | 0.44% | - |
| HSV(B) | 102.74º | 0.99% | 0.87% | - |
| XYZ | 28.38 | 53.41 | 8.9 | - |
| YUV | 150.39 | 44.82 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 3 | 0.70 | 0 | 0.99 | 0.13 | 102.74 | 0.97 | 0.44 |
| Hex | 42 | DE | 3 | 46 | 0 | 63 | D | 67 | 61 | 2C |
| Octal | 102 | 336 | 3 | 106 | 0 | 143 | 15 | 147 | 141 | 54 |
| Binary | 1000010 | 11011110 | 11 | 1000110 | 0 | 1100011 | 1101 | 1100111 | 1100001 | 101100 |
Color Harmonies of #42DE03
Complementary color
Monochromatic Colors of #42DE03
Black with #42DE03
Text Example
Text Example
White with #42DE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DE03; }
p { color: rgb(66,222,3); }
H1.HeaderClassName
{
color: #42DE03;
}
.AnyTagClassName
{
color: #42DE03;
}
</style>
background-color css
<style>
a { background-color: #42DE03; }
a { background-color: rgb(66,222,3); }
div.DivClassName
{
background-color: #42DE03;
}
.BgClassName
{
background-color: #42DE03;
}
</style>
border-color css
<style>
span { border-color: #42DE03; }
span { border-color: rgb(66,222,3); }
td.TdClassName
{
border-color: #42DE03;
}
.TagClassName
{
border-color: #42DE03;
}
</style>