Shades of Harlequin #42FC2C
Tints of Harlequin #42FC2C
RGB
CMYK
RGB Variations
Color information
#42FC2C (or 0x42FC2C) is known color: Harlequin. HEX triplet: 42, FC and 2C. RGB value is (66,252,44). Sum of RGB (Red+Green+Blue) = 66+252+44=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FC2C is #BD03D3. Grayscale: #ADADAD. Windows color (decimal): -12387284 or 2948162. OLE color: 2948162.
HSL color Cylindrical-coordinate representation of color #42FC2C: hue angle of 113.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42FC2C is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 44 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.01 |
| HSL | 113.65º | 0.97% | 0.58% | - |
| HSV(B) | 113.65º | 0.83% | 0.99% | - |
| XYZ | 37.51 | 70.96 | 14.1 | - |
| YUV | 172.67 | 55.38 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 44 | 0.74 | 0 | 0.83 | 0.01 | 113.65 | 0.97 | 0.58 |
| Hex | 42 | FC | 2C | 4A | 0 | 53 | 1 | 72 | 61 | 3A |
| Octal | 102 | 374 | 54 | 112 | 0 | 123 | 1 | 162 | 141 | 72 |
| Binary | 1000010 | 11111100 | 101100 | 1001010 | 0 | 1010011 | 1 | 1110010 | 1100001 | 111010 |
Color Harmonies of #42FC2C
Complementary color
Monochromatic Colors of #42FC2C
Black with #42FC2C
Text Example
Text Example
White with #42FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FC2C; }
p { color: rgb(66,252,44); }
H1.HeaderClassName
{
color: #42FC2C;
}
.AnyTagClassName
{
color: #42FC2C;
}
</style>
background-color css
<style>
a { background-color: #42FC2C; }
a { background-color: rgb(66,252,44); }
div.DivClassName
{
background-color: #42FC2C;
}
.BgClassName
{
background-color: #42FC2C;
}
</style>
border-color css
<style>
span { border-color: #42FC2C; }
span { border-color: rgb(66,252,44); }
td.TdClassName
{
border-color: #42FC2C;
}
.TagClassName
{
border-color: #42FC2C;
}
</style>