Shades of Harlequin #42E314
Tints of Harlequin #42E314
RGB
CMYK
RGB Variations
Color information
#42E314 (or 0x42E314) is known color: Harlequin. HEX triplet: 42, E3 and 14. RGB value is (66,227,20). Sum of RGB (Red+Green+Blue) = 66+227+20=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 227 (89.06% from 255 or 72.52% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 227 - color contains mainly: green. Hex color #42E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E314 is #BD1CEB. Grayscale: #9B9B9B. Windows color (decimal): -12393708 or 1368898. OLE color: 1368898.
HSL color Cylindrical-coordinate representation of color #42E314: hue angle of 106.67º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42E314 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 227 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.11 |
| HSL | 106.67º | 0.84% | 0.48% | - |
| HSV(B) | 106.67º | 0.91% | 0.89% | - |
| XYZ | 29.84 | 56.15 | 9.93 | - |
| YUV | 155.26 | 51.66 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 227 | 20 | 0.71 | 0 | 0.91 | 0.11 | 106.67 | 0.84 | 0.48 |
| Hex | 42 | E3 | 14 | 47 | 0 | 5B | B | 6B | 54 | 30 |
| Octal | 102 | 343 | 24 | 107 | 0 | 133 | 13 | 153 | 124 | 60 |
| Binary | 1000010 | 11100011 | 10100 | 1000111 | 0 | 1011011 | 1011 | 1101011 | 1010100 | 110000 |
Color Harmonies of #42E314
Complementary color
Monochromatic Colors of #42E314
Black with #42E314
Text Example
Text Example
White with #42E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E314; }
p { color: rgb(66,227,20); }
H1.HeaderClassName
{
color: #42E314;
}
.AnyTagClassName
{
color: #42E314;
}
</style>
background-color css
<style>
a { background-color: #42E314; }
a { background-color: rgb(66,227,20); }
div.DivClassName
{
background-color: #42E314;
}
.BgClassName
{
background-color: #42E314;
}
</style>
border-color css
<style>
span { border-color: #42E314; }
span { border-color: rgb(66,227,20); }
td.TdClassName
{
border-color: #42E314;
}
.TagClassName
{
border-color: #42E314;
}
</style>