Shades of Harlequin #42FE27
Tints of Harlequin #42FE27
RGB
CMYK
RGB Variations
Color information
#42FE27 (or 0x42FE27) is known color: Harlequin. HEX triplet: 42, FE and 27. RGB value is (66,254,39). Sum of RGB (Red+Green+Blue) = 66+254+39=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE27 is #BD01D8. Grayscale: #ADADAD. Windows color (decimal): -12386777 or 2620994. OLE color: 2620994.
HSL color Cylindrical-coordinate representation of color #42FE27: hue angle of 112.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42FE27 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 39 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.00 |
| HSL | 112.47º | 0.99% | 0.57% | - |
| HSV(B) | 112.47º | 0.85% | 1% | - |
| XYZ | 38.05 | 72.19 | 13.85 | - |
| YUV | 173.28 | 52.22 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 39 | 0.74 | 0 | 0.85 | 0.00 | 112.47 | 0.99 | 0.57 |
| Hex | 42 | FE | 27 | 4A | 0 | 55 | 0 | 70 | 63 | 39 |
| Octal | 102 | 376 | 47 | 112 | 0 | 125 | 0 | 160 | 143 | 71 |
| Binary | 1000010 | 11111110 | 100111 | 1001010 | 0 | 1010101 | 0 | 1110000 | 1100011 | 111001 |
Color Harmonies of #42FE27
Complementary color
Monochromatic Colors of #42FE27
Black with #42FE27
Text Example
Text Example
White with #42FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE27; }
p { color: rgb(66,254,39); }
H1.HeaderClassName
{
color: #42FE27;
}
.AnyTagClassName
{
color: #42FE27;
}
</style>
background-color css
<style>
a { background-color: #42FE27; }
a { background-color: rgb(66,254,39); }
div.DivClassName
{
background-color: #42FE27;
}
.BgClassName
{
background-color: #42FE27;
}
</style>
border-color css
<style>
span { border-color: #42FE27; }
span { border-color: rgb(66,254,39); }
td.TdClassName
{
border-color: #42FE27;
}
.TagClassName
{
border-color: #42FE27;
}
</style>