Shades of Harlequin #42EF1B
Tints of Harlequin #42EF1B
RGB
CMYK
RGB Variations
Color information
#42EF1B (or 0x42EF1B) is known color: Harlequin. HEX triplet: 42, EF and 1B. RGB value is (66,239,27). Sum of RGB (Red+Green+Blue) = 66+239+27=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF1B is #BD10E4. Grayscale: #A3A3A3. Windows color (decimal): -12390629 or 1830722. OLE color: 1830722.
HSL color Cylindrical-coordinate representation of color #42EF1B: hue angle of 108.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42EF1B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 27 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.06 |
| HSL | 108.96º | 0.87% | 0.52% | - |
| HSV(B) | 108.96º | 0.89% | 0.94% | - |
| XYZ | 33.31 | 62.97 | 11.44 | - |
| YUV | 163.11 | 51.19 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 27 | 0.72 | 0 | 0.89 | 0.06 | 108.96 | 0.87 | 0.52 |
| Hex | 42 | EF | 1B | 48 | 0 | 59 | 6 | 6D | 57 | 34 |
| Octal | 102 | 357 | 33 | 110 | 0 | 131 | 6 | 155 | 127 | 64 |
| Binary | 1000010 | 11101111 | 11011 | 1001000 | 0 | 1011001 | 110 | 1101101 | 1010111 | 110100 |
Color Harmonies of #42EF1B
Complementary color
Monochromatic Colors of #42EF1B
Black with #42EF1B
Text Example
Text Example
White with #42EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EF1B; }
p { color: rgb(66,239,27); }
H1.HeaderClassName
{
color: #42EF1B;
}
.AnyTagClassName
{
color: #42EF1B;
}
</style>
background-color css
<style>
a { background-color: #42EF1B; }
a { background-color: rgb(66,239,27); }
div.DivClassName
{
background-color: #42EF1B;
}
.BgClassName
{
background-color: #42EF1B;
}
</style>
border-color css
<style>
span { border-color: #42EF1B; }
span { border-color: rgb(66,239,27); }
td.TdClassName
{
border-color: #42EF1B;
}
.TagClassName
{
border-color: #42EF1B;
}
</style>