Shades of Harlequin #42FC30
Tints of Harlequin #42FC30
RGB
CMYK
RGB Variations
Color information
#42FC30 (or 0x42FC30) is known color: Harlequin. HEX triplet: 42, FC and 30. RGB value is (66,252,48). Sum of RGB (Red+Green+Blue) = 66+252+48=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FC30 is #BD03CF. Grayscale: #ADADAD. Windows color (decimal): -12387280 or 3210306. OLE color: 3210306.
HSL color Cylindrical-coordinate representation of color #42FC30: hue angle of 114.71º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42FC30 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 48 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.01 |
| HSL | 114.71º | 0.97% | 0.59% | - |
| HSV(B) | 114.71º | 0.81% | 0.99% | - |
| XYZ | 37.59 | 70.99 | 14.52 | - |
| YUV | 173.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 48 | 0.74 | 0 | 0.81 | 0.01 | 114.71 | 0.97 | 0.59 |
| Hex | 42 | FC | 30 | 4A | 0 | 51 | 1 | 73 | 61 | 3B |
| Octal | 102 | 374 | 60 | 112 | 0 | 121 | 1 | 163 | 141 | 73 |
| Binary | 1000010 | 11111100 | 110000 | 1001010 | 0 | 1010001 | 1 | 1110011 | 1100001 | 111011 |
Color Harmonies of #42FC30
Complementary color
Monochromatic Colors of #42FC30
Black with #42FC30
Text Example
Text Example
White with #42FC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FC30; }
p { color: rgb(66,252,48); }
H1.HeaderClassName
{
color: #42FC30;
}
.AnyTagClassName
{
color: #42FC30;
}
</style>
background-color css
<style>
a { background-color: #42FC30; }
a { background-color: rgb(66,252,48); }
div.DivClassName
{
background-color: #42FC30;
}
.BgClassName
{
background-color: #42FC30;
}
</style>
border-color css
<style>
span { border-color: #42FC30; }
span { border-color: rgb(66,252,48); }
td.TdClassName
{
border-color: #42FC30;
}
.TagClassName
{
border-color: #42FC30;
}
</style>