Shades of Harlequin #42F512
Tints of Harlequin #42F512
RGB
CMYK
RGB Variations
Color information
#42F512 (or 0x42F512) is known color: Harlequin. HEX triplet: 42, F5 and 12. RGB value is (66,245,18). Sum of RGB (Red+Green+Blue) = 66+245+18=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 245 (96.09% from 255 or 74.47% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 245 - color contains mainly: green. Hex color #42F512 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F512 is #BD0AED. Grayscale: #A6A6A6. Windows color (decimal): -12389102 or 1242434. OLE color: 1242434.
HSL color Cylindrical-coordinate representation of color #42F512: hue angle of 107.31º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42F512 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 18 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.04 |
| HSL | 107.31º | 0.92% | 0.52% | - |
| HSV(B) | 107.31º | 0.93% | 0.96% | - |
| XYZ | 35.01 | 66.51 | 11.56 | - |
| YUV | 165.6 | 44.7 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 18 | 0.73 | 0 | 0.93 | 0.04 | 107.31 | 0.92 | 0.52 |
| Hex | 42 | F5 | 12 | 49 | 0 | 5D | 4 | 6B | 5C | 34 |
| Octal | 102 | 365 | 22 | 111 | 0 | 135 | 4 | 153 | 134 | 64 |
| Binary | 1000010 | 11110101 | 10010 | 1001001 | 0 | 1011101 | 100 | 1101011 | 1011100 | 110100 |
Color Harmonies of #42F512
Complementary color
Monochromatic Colors of #42F512
Black with #42F512
Text Example
Text Example
White with #42F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F512; }
p { color: rgb(66,245,18); }
H1.HeaderClassName
{
color: #42F512;
}
.AnyTagClassName
{
color: #42F512;
}
</style>
background-color css
<style>
a { background-color: #42F512; }
a { background-color: rgb(66,245,18); }
div.DivClassName
{
background-color: #42F512;
}
.BgClassName
{
background-color: #42F512;
}
</style>
border-color css
<style>
span { border-color: #42F512; }
span { border-color: rgb(66,245,18); }
td.TdClassName
{
border-color: #42F512;
}
.TagClassName
{
border-color: #42F512;
}
</style>