Shades of Harlequin #42FE2B
Tints of Harlequin #42FE2B
RGB
CMYK
RGB Variations
Color information
#42FE2B (or 0x42FE2B) is known color: Harlequin. HEX triplet: 42, FE and 2B. RGB value is (66,254,43). Sum of RGB (Red+Green+Blue) = 66+254+43=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE2B is #BD01D4. Grayscale: #AEAEAE. Windows color (decimal): -12386773 or 2883138. OLE color: 2883138.
HSL color Cylindrical-coordinate representation of color #42FE2B: hue angle of 113.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42FE2B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 43 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.00 |
| HSL | 113.46º | 0.99% | 0.58% | - |
| HSV(B) | 113.46º | 0.83% | 1% | - |
| XYZ | 38.12 | 72.22 | 14.22 | - |
| YUV | 173.73 | 54.22 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 43 | 0.74 | 0 | 0.83 | 0.00 | 113.46 | 0.99 | 0.58 |
| Hex | 42 | FE | 2B | 4A | 0 | 53 | 0 | 71 | 63 | 3A |
| Octal | 102 | 376 | 53 | 112 | 0 | 123 | 0 | 161 | 143 | 72 |
| Binary | 1000010 | 11111110 | 101011 | 1001010 | 0 | 1010011 | 0 | 1110001 | 1100011 | 111010 |
Color Harmonies of #42FE2B
Complementary color
Monochromatic Colors of #42FE2B
Black with #42FE2B
Text Example
Text Example
White with #42FE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE2B; }
p { color: rgb(66,254,43); }
H1.HeaderClassName
{
color: #42FE2B;
}
.AnyTagClassName
{
color: #42FE2B;
}
</style>
background-color css
<style>
a { background-color: #42FE2B; }
a { background-color: rgb(66,254,43); }
div.DivClassName
{
background-color: #42FE2B;
}
.BgClassName
{
background-color: #42FE2B;
}
</style>
border-color css
<style>
span { border-color: #42FE2B; }
span { border-color: rgb(66,254,43); }
td.TdClassName
{
border-color: #42FE2B;
}
.TagClassName
{
border-color: #42FE2B;
}
</style>