Shades of Harlequin #42FE30
Tints of Harlequin #42FE30
RGB
CMYK
RGB Variations
Color information
#42FE30 (or 0x42FE30) is known color: Harlequin. HEX triplet: 42, FE and 30. RGB value is (66,254,48). Sum of RGB (Red+Green+Blue) = 66+254+48=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE30 is #BD01CF. Grayscale: #AEAEAE. Windows color (decimal): -12386768 or 3210818. OLE color: 3210818.
HSL color Cylindrical-coordinate representation of color #42FE30: hue angle of 114.76º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42FE30 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 48 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.00 |
| HSL | 114.76º | 0.99% | 0.59% | - |
| HSV(B) | 114.76º | 0.81% | 1% | - |
| XYZ | 38.22 | 72.26 | 14.73 | - |
| YUV | 174.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 48 | 0.74 | 0 | 0.81 | 0.00 | 114.76 | 0.99 | 0.59 |
| Hex | 42 | FE | 30 | 4A | 0 | 51 | 0 | 73 | 63 | 3B |
| Octal | 102 | 376 | 60 | 112 | 0 | 121 | 0 | 163 | 143 | 73 |
| Binary | 1000010 | 11111110 | 110000 | 1001010 | 0 | 1010001 | 0 | 1110011 | 1100011 | 111011 |
Color Harmonies of #42FE30
Complementary color
Monochromatic Colors of #42FE30
Black with #42FE30
Text Example
Text Example
White with #42FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FE30; }
p { color: rgb(66,254,48); }
H1.HeaderClassName
{
color: #42FE30;
}
.AnyTagClassName
{
color: #42FE30;
}
</style>
background-color css
<style>
a { background-color: #42FE30; }
a { background-color: rgb(66,254,48); }
div.DivClassName
{
background-color: #42FE30;
}
.BgClassName
{
background-color: #42FE30;
}
</style>
border-color css
<style>
span { border-color: #42FE30; }
span { border-color: rgb(66,254,48); }
td.TdClassName
{
border-color: #42FE30;
}
.TagClassName
{
border-color: #42FE30;
}
</style>