Shades of Harlequin #42FE28
Tints of Harlequin #42FE28
RGB
CMYK
RGB Variations
Color information
#42FE28 (or 0x42FE28) is known color: Harlequin. HEX triplet: 42, FE and 28. RGB value is (66,254,40). Sum of RGB (Red+Green+Blue) = 66+254+40=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE28 is #BD01D7. Grayscale: #AEAEAE. Windows color (decimal): -12386776 or 2686530. OLE color: 2686530.
HSL color Cylindrical-coordinate representation of color #42FE28: hue angle of 112.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42FE28 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 40 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.00 |
| HSL | 112.71º | 0.99% | 0.58% | - |
| HSV(B) | 112.71º | 0.84% | 1% | - |
| XYZ | 38.07 | 72.2 | 13.94 | - |
| YUV | 173.39 | 52.72 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 40 | 0.74 | 0 | 0.84 | 0.00 | 112.71 | 0.99 | 0.58 |
| Hex | 42 | FE | 28 | 4A | 0 | 54 | 0 | 71 | 63 | 3A |
| Octal | 102 | 376 | 50 | 112 | 0 | 124 | 0 | 161 | 143 | 72 |
| Binary | 1000010 | 11111110 | 101000 | 1001010 | 0 | 1010100 | 0 | 1110001 | 1100011 | 111010 |
Color Harmonies of #42FE28
Complementary color
Monochromatic Colors of #42FE28
Black with #42FE28
Text Example
Text Example
White with #42FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE28; }
p { color: rgb(66,254,40); }
H1.HeaderClassName
{
color: #42FE28;
}
.AnyTagClassName
{
color: #42FE28;
}
</style>
background-color css
<style>
a { background-color: #42FE28; }
a { background-color: rgb(66,254,40); }
div.DivClassName
{
background-color: #42FE28;
}
.BgClassName
{
background-color: #42FE28;
}
</style>
border-color css
<style>
span { border-color: #42FE28; }
span { border-color: rgb(66,254,40); }
td.TdClassName
{
border-color: #42FE28;
}
.TagClassName
{
border-color: #42FE28;
}
</style>