Shades of Harlequin #42FD29
Tints of Harlequin #42FD29
RGB
CMYK
RGB Variations
Color information
#42FD29 (or 0x42FD29) is known color: Harlequin. HEX triplet: 42, FD and 29. RGB value is (66,253,41). Sum of RGB (Red+Green+Blue) = 66+253+41=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FD29 is #BD02D6. Grayscale: #ADADAD. Windows color (decimal): -12387031 or 2751810. OLE color: 2751810.
HSL color Cylindrical-coordinate representation of color #42FD29: hue angle of 112.92º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42FD29 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 41 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.01 |
| HSL | 112.92º | 0.98% | 0.58% | - |
| HSV(B) | 112.92º | 0.84% | 0.99% | - |
| XYZ | 37.77 | 71.57 | 13.92 | - |
| YUV | 172.92 | 53.55 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 41 | 0.74 | 0 | 0.84 | 0.01 | 112.92 | 0.98 | 0.58 |
| Hex | 42 | FD | 29 | 4A | 0 | 54 | 1 | 71 | 62 | 3A |
| Octal | 102 | 375 | 51 | 112 | 0 | 124 | 1 | 161 | 142 | 72 |
| Binary | 1000010 | 11111101 | 101001 | 1001010 | 0 | 1010100 | 1 | 1110001 | 1100010 | 111010 |
Color Harmonies of #42FD29
Complementary color
Monochromatic Colors of #42FD29
Black with #42FD29
Text Example
Text Example
White with #42FD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD29; }
p { color: rgb(66,253,41); }
H1.HeaderClassName
{
color: #42FD29;
}
.AnyTagClassName
{
color: #42FD29;
}
</style>
background-color css
<style>
a { background-color: #42FD29; }
a { background-color: rgb(66,253,41); }
div.DivClassName
{
background-color: #42FD29;
}
.BgClassName
{
background-color: #42FD29;
}
</style>
border-color css
<style>
span { border-color: #42FD29; }
span { border-color: rgb(66,253,41); }
td.TdClassName
{
border-color: #42FD29;
}
.TagClassName
{
border-color: #42FD29;
}
</style>