Shades of Harlequin #42E316
Tints of Harlequin #42E316
RGB
CMYK
RGB Variations
Color information
#42E316 (or 0x42E316) is known color: Harlequin. HEX triplet: 42, E3 and 16. RGB value is (66,227,22). Sum of RGB (Red+Green+Blue) = 66+227+22=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #42E316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E316 is #BD1CE9. Grayscale: #9C9C9C. Windows color (decimal): -12393706 or 1499970. OLE color: 1499970.
HSL color Cylindrical-coordinate representation of color #42E316: hue angle of 107.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42E316 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 227 | 22 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.11 |
| HSL | 107.12º | 0.82% | 0.49% | - |
| HSV(B) | 107.12º | 0.9% | 0.89% | - |
| XYZ | 29.86 | 56.15 | 10.02 | - |
| YUV | 155.49 | 52.66 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 227 | 22 | 0.71 | 0 | 0.90 | 0.11 | 107.12 | 0.82 | 0.49 |
| Hex | 42 | E3 | 16 | 47 | 0 | 5A | B | 6B | 52 | 31 |
| Octal | 102 | 343 | 26 | 107 | 0 | 132 | 13 | 153 | 122 | 61 |
| Binary | 1000010 | 11100011 | 10110 | 1000111 | 0 | 1011010 | 1011 | 1101011 | 1010010 | 110001 |
Color Harmonies of #42E316
Complementary color
Monochromatic Colors of #42E316
Black with #42E316
Text Example
Text Example
White with #42E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E316; }
p { color: rgb(66,227,22); }
H1.HeaderClassName
{
color: #42E316;
}
.AnyTagClassName
{
color: #42E316;
}
</style>
background-color css
<style>
a { background-color: #42E316; }
a { background-color: rgb(66,227,22); }
div.DivClassName
{
background-color: #42E316;
}
.BgClassName
{
background-color: #42E316;
}
</style>
border-color css
<style>
span { border-color: #42E316; }
span { border-color: rgb(66,227,22); }
td.TdClassName
{
border-color: #42E316;
}
.TagClassName
{
border-color: #42E316;
}
</style>