Shades of Harlequin #42F327
Tints of Harlequin #42F327
RGB
CMYK
RGB Variations
Color information
#42F327 (or 0x42F327) is known color: Harlequin. HEX triplet: 42, F3 and 27. RGB value is (66,243,39). Sum of RGB (Red+Green+Blue) = 66+243+39=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #42F327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F327 is #BD0CD8. Grayscale: #A7A7A7. Windows color (decimal): -12389593 or 2618178. OLE color: 2618178.
HSL color Cylindrical-coordinate representation of color #42F327: hue angle of 112.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42F327 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 39 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.05 |
| HSL | 112.06º | 0.89% | 0.55% | - |
| HSV(B) | 112.06º | 0.84% | 0.95% | - |
| XYZ | 34.66 | 65.41 | 12.72 | - |
| YUV | 166.82 | 55.86 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 39 | 0.73 | 0 | 0.84 | 0.05 | 112.06 | 0.89 | 0.55 |
| Hex | 42 | F3 | 27 | 49 | 0 | 54 | 5 | 70 | 59 | 37 |
| Octal | 102 | 363 | 47 | 111 | 0 | 124 | 5 | 160 | 131 | 67 |
| Binary | 1000010 | 11110011 | 100111 | 1001001 | 0 | 1010100 | 101 | 1110000 | 1011001 | 110111 |
Color Harmonies of #42F327
Complementary color
Monochromatic Colors of #42F327
Black with #42F327
Text Example
Text Example
White with #42F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F327; }
p { color: rgb(66,243,39); }
H1.HeaderClassName
{
color: #42F327;
}
.AnyTagClassName
{
color: #42F327;
}
</style>
background-color css
<style>
a { background-color: #42F327; }
a { background-color: rgb(66,243,39); }
div.DivClassName
{
background-color: #42F327;
}
.BgClassName
{
background-color: #42F327;
}
</style>
border-color css
<style>
span { border-color: #42F327; }
span { border-color: rgb(66,243,39); }
td.TdClassName
{
border-color: #42F327;
}
.TagClassName
{
border-color: #42F327;
}
</style>