Shades of Harlequin #42DF03
Tints of Harlequin #42DF03
RGB
CMYK
RGB Variations
Color information
#42DF03 (or 0x42DF03) is known color: Harlequin. HEX triplet: 42, DF and 03. RGB value is (66,223,3). Sum of RGB (Red+Green+Blue) = 66+223+3=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF03 is #BD20FC. Grayscale: #979797. Windows color (decimal): -12394749 or 253762. OLE color: 253762.
HSL color Cylindrical-coordinate representation of color #42DF03: hue angle of 102.82º 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 #42DF03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.13 |
| HSL | 102.82º | 0.97% | 0.44% | - |
| HSV(B) | 102.82º | 0.99% | 0.87% | - |
| XYZ | 28.65 | 53.94 | 8.99 | - |
| YUV | 150.98 | 44.49 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 3 | 0.70 | 0 | 0.99 | 0.13 | 102.82 | 0.97 | 0.44 |
| Hex | 42 | DF | 3 | 46 | 0 | 63 | D | 67 | 61 | 2C |
| Octal | 102 | 337 | 3 | 106 | 0 | 143 | 15 | 147 | 141 | 54 |
| Binary | 1000010 | 11011111 | 11 | 1000110 | 0 | 1100011 | 1101 | 1100111 | 1100001 | 101100 |
Color Harmonies of #42DF03
Complementary color
Monochromatic Colors of #42DF03
Black with #42DF03
Text Example
Text Example
White with #42DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF03; }
p { color: rgb(66,223,3); }
H1.HeaderClassName
{
color: #42DF03;
}
.AnyTagClassName
{
color: #42DF03;
}
</style>
background-color css
<style>
a { background-color: #42DF03; }
a { background-color: rgb(66,223,3); }
div.DivClassName
{
background-color: #42DF03;
}
.BgClassName
{
background-color: #42DF03;
}
</style>
border-color css
<style>
span { border-color: #42DF03; }
span { border-color: rgb(66,223,3); }
td.TdClassName
{
border-color: #42DF03;
}
.TagClassName
{
border-color: #42DF03;
}
</style>