Shades of Harlequin #4CF402
Tints of Harlequin #4CF402
RGB
CMYK
RGB Variations
Color information
#4CF402 (or 0x4CF402) is known color: Harlequin. HEX triplet: 4C, F4 and 02. RGB value is (76,244,2). Sum of RGB (Red+Green+Blue) = 76+244+2=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 244 (95.70% from 255 or 75.78% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF402 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF402 is #B30BFD. Grayscale: #A6A6A6. Windows color (decimal): -11734014 or 193612. OLE color: 193612.
HSL color Cylindrical-coordinate representation of color #4CF402: hue angle of 101.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CF402 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.04 |
| HSL | 101.65º | 0.98% | 0.48% | - |
| HSV(B) | 101.65º | 0.99% | 0.96% | - |
| XYZ | 35.34 | 66.24 | 10.98 | - |
| YUV | 166.18 | 35.34 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 2 | 0.69 | 0 | 0.99 | 0.04 | 101.65 | 0.98 | 0.48 |
| Hex | 4C | F4 | 2 | 45 | 0 | 63 | 4 | 66 | 62 | 30 |
| Octal | 114 | 364 | 2 | 105 | 0 | 143 | 4 | 146 | 142 | 60 |
| Binary | 1001100 | 11110100 | 10 | 1000101 | 0 | 1100011 | 100 | 1100110 | 1100010 | 110000 |
Color Harmonies of #4CF402
Complementary color
Monochromatic Colors of #4CF402
Black with #4CF402
Text Example
Text Example
White with #4CF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF402; }
p { color: rgb(76,244,2); }
H1.HeaderClassName
{
color: #4CF402;
}
.AnyTagClassName
{
color: #4CF402;
}
</style>
background-color css
<style>
a { background-color: #4CF402; }
a { background-color: rgb(76,244,2); }
div.DivClassName
{
background-color: #4CF402;
}
.BgClassName
{
background-color: #4CF402;
}
</style>
border-color css
<style>
span { border-color: #4CF402; }
span { border-color: rgb(76,244,2); }
td.TdClassName
{
border-color: #4CF402;
}
.TagClassName
{
border-color: #4CF402;
}
</style>