Shades of Harlequin #42E41B
Tints of Harlequin #42E41B
RGB
CMYK
RGB Variations
Color information
#42E41B (or 0x42E41B) is known color: Harlequin. HEX triplet: 42, E4 and 1B. RGB value is (66,228,27). Sum of RGB (Red+Green+Blue) = 66+228+27=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #42E41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E41B is #BD1BE4. Grayscale: #9D9D9D. Windows color (decimal): -12393445 or 1827906. OLE color: 1827906.
HSL color Cylindrical-coordinate representation of color #42E41B: hue angle of 108.36º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E41B is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 228 | 27 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.11 |
| HSL | 108.36º | 0.79% | 0.5% | - |
| HSV(B) | 108.36º | 0.88% | 0.89% | - |
| XYZ | 30.19 | 56.72 | 10.39 | - |
| YUV | 156.65 | 54.83 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 228 | 27 | 0.71 | 0 | 0.88 | 0.11 | 108.36 | 0.79 | 0.5 |
| Hex | 42 | E4 | 1B | 47 | 0 | 58 | B | 6C | 4F | 32 |
| Octal | 102 | 344 | 33 | 107 | 0 | 130 | 13 | 154 | 117 | 62 |
| Binary | 1000010 | 11100100 | 11011 | 1000111 | 0 | 1011000 | 1011 | 1101100 | 1001111 | 110010 |
Color Harmonies of #42E41B
Complementary color
Monochromatic Colors of #42E41B
Black with #42E41B
Text Example
Text Example
White with #42E41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E41B; }
p { color: rgb(66,228,27); }
H1.HeaderClassName
{
color: #42E41B;
}
.AnyTagClassName
{
color: #42E41B;
}
</style>
background-color css
<style>
a { background-color: #42E41B; }
a { background-color: rgb(66,228,27); }
div.DivClassName
{
background-color: #42E41B;
}
.BgClassName
{
background-color: #42E41B;
}
</style>
border-color css
<style>
span { border-color: #42E41B; }
span { border-color: rgb(66,228,27); }
td.TdClassName
{
border-color: #42E41B;
}
.TagClassName
{
border-color: #42E41B;
}
</style>