Shades of Harlequin #42FE23
Tints of Harlequin #42FE23
RGB
CMYK
RGB Variations
Color information
#42FE23 (or 0x42FE23) is known color: Harlequin. HEX triplet: 42, FE and 23. RGB value is (66,254,35). Sum of RGB (Red+Green+Blue) = 66+254+35=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE23 is #BD01DC. Grayscale: #ADADAD. Windows color (decimal): -12386781 or 2358850. OLE color: 2358850.
HSL color Cylindrical-coordinate representation of color #42FE23: hue angle of 111.51º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42FE23 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 35 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.00 |
| HSL | 111.51º | 0.99% | 0.57% | - |
| HSV(B) | 111.51º | 0.86% | 1% | - |
| XYZ | 37.99 | 72.16 | 13.52 | - |
| YUV | 172.82 | 50.22 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 35 | 0.74 | 0 | 0.86 | 0.00 | 111.51 | 0.99 | 0.57 |
| Hex | 42 | FE | 23 | 4A | 0 | 56 | 0 | 70 | 63 | 39 |
| Octal | 102 | 376 | 43 | 112 | 0 | 126 | 0 | 160 | 143 | 71 |
| Binary | 1000010 | 11111110 | 100011 | 1001010 | 0 | 1010110 | 0 | 1110000 | 1100011 | 111001 |
Color Harmonies of #42FE23
Complementary color
Monochromatic Colors of #42FE23
Black with #42FE23
Text Example
Text Example
White with #42FE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE23; }
p { color: rgb(66,254,35); }
H1.HeaderClassName
{
color: #42FE23;
}
.AnyTagClassName
{
color: #42FE23;
}
</style>
background-color css
<style>
a { background-color: #42FE23; }
a { background-color: rgb(66,254,35); }
div.DivClassName
{
background-color: #42FE23;
}
.BgClassName
{
background-color: #42FE23;
}
</style>
border-color css
<style>
span { border-color: #42FE23; }
span { border-color: rgb(66,254,35); }
td.TdClassName
{
border-color: #42FE23;
}
.TagClassName
{
border-color: #42FE23;
}
</style>