Shades of Harlequin #42FE25
Tints of Harlequin #42FE25
RGB
CMYK
RGB Variations
Color information
#42FE25 (or 0x42FE25) is known color: Harlequin. HEX triplet: 42, FE and 25. RGB value is (66,254,37). Sum of RGB (Red+Green+Blue) = 66+254+37=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE25 is #BD01DA. Grayscale: #ADADAD. Windows color (decimal): -12386779 or 2489922. OLE color: 2489922.
HSL color Cylindrical-coordinate representation of color #42FE25: hue angle of 111.98º 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 #42FE25 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 37 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.00 |
| HSL | 111.98º | 0.99% | 0.57% | - |
| HSV(B) | 111.98º | 0.85% | 1% | - |
| XYZ | 38.02 | 72.18 | 13.68 | - |
| YUV | 173.05 | 51.22 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 37 | 0.74 | 0 | 0.85 | 0.00 | 111.98 | 0.99 | 0.57 |
| Hex | 42 | FE | 25 | 4A | 0 | 55 | 0 | 70 | 63 | 39 |
| Octal | 102 | 376 | 45 | 112 | 0 | 125 | 0 | 160 | 143 | 71 |
| Binary | 1000010 | 11111110 | 100101 | 1001010 | 0 | 1010101 | 0 | 1110000 | 1100011 | 111001 |
Color Harmonies of #42FE25
Complementary color
Monochromatic Colors of #42FE25
Black with #42FE25
Text Example
Text Example
White with #42FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE25; }
p { color: rgb(66,254,37); }
H1.HeaderClassName
{
color: #42FE25;
}
.AnyTagClassName
{
color: #42FE25;
}
</style>
background-color css
<style>
a { background-color: #42FE25; }
a { background-color: rgb(66,254,37); }
div.DivClassName
{
background-color: #42FE25;
}
.BgClassName
{
background-color: #42FE25;
}
</style>
border-color css
<style>
span { border-color: #42FE25; }
span { border-color: rgb(66,254,37); }
td.TdClassName
{
border-color: #42FE25;
}
.TagClassName
{
border-color: #42FE25;
}
</style>