Shades of Harlequin #42F629
Tints of Harlequin #42F629
RGB
CMYK
RGB Variations
Color information
#42F629 (or 0x42F629) is known color: Harlequin. HEX triplet: 42, F6 and 29. RGB value is (66,246,41). Sum of RGB (Red+Green+Blue) = 66+246+41=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #42F629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F629 is #BD09D6. Grayscale: #A9A9A9. Windows color (decimal): -12388823 or 2750018. OLE color: 2750018.
HSL color Cylindrical-coordinate representation of color #42F629: hue angle of 112.68º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F629 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 41 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.04 |
| HSL | 112.68º | 0.92% | 0.56% | - |
| HSV(B) | 112.68º | 0.83% | 0.96% | - |
| XYZ | 35.6 | 67.23 | 13.2 | - |
| YUV | 168.81 | 55.87 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 41 | 0.73 | 0 | 0.83 | 0.04 | 112.68 | 0.92 | 0.56 |
| Hex | 42 | F6 | 29 | 49 | 0 | 53 | 4 | 71 | 5C | 38 |
| Octal | 102 | 366 | 51 | 111 | 0 | 123 | 4 | 161 | 134 | 70 |
| Binary | 1000010 | 11110110 | 101001 | 1001001 | 0 | 1010011 | 100 | 1110001 | 1011100 | 111000 |
Color Harmonies of #42F629
Complementary color
Monochromatic Colors of #42F629
Black with #42F629
Text Example
Text Example
White with #42F629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F629; }
p { color: rgb(66,246,41); }
H1.HeaderClassName
{
color: #42F629;
}
.AnyTagClassName
{
color: #42F629;
}
</style>
background-color css
<style>
a { background-color: #42F629; }
a { background-color: rgb(66,246,41); }
div.DivClassName
{
background-color: #42F629;
}
.BgClassName
{
background-color: #42F629;
}
</style>
border-color css
<style>
span { border-color: #42F629; }
span { border-color: rgb(66,246,41); }
td.TdClassName
{
border-color: #42F629;
}
.TagClassName
{
border-color: #42F629;
}
</style>