Shades of Harlequin #4CFA32
Tints of Harlequin #4CFA32
RGB
CMYK
RGB Variations
Color information
#4CFA32 (or 0x4CFA32) is known color: Harlequin. HEX triplet: 4C, FA and 32. RGB value is (76,250,50). Sum of RGB (Red+Green+Blue) = 76+250+50=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA32 is #B305CD. Grayscale: #AFAFAF. Windows color (decimal): -11732430 or 3340876. OLE color: 3340876.
HSL color Cylindrical-coordinate representation of color #4CFA32: hue angle of 112.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CFA32 is Cyan = 0.70, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 50 | - |
| CMYK | 0.70 | 0 | 0.8 | 0.02 |
| HSL | 112.2º | 0.95% | 0.59% | - |
| HSV(B) | 112.2º | 0.8% | 0.98% | - |
| XYZ | 37.74 | 70.14 | 14.57 | - |
| YUV | 175.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 50 | 0.70 | 0 | 0.8 | 0.02 | 112.2 | 0.95 | 0.59 |
| Hex | 4C | FA | 32 | 46 | 0 | 50 | 2 | 70 | 5F | 3B |
| Octal | 114 | 372 | 62 | 106 | 0 | 120 | 2 | 160 | 137 | 73 |
| Binary | 1001100 | 11111010 | 110010 | 1000110 | 0 | 1010000 | 10 | 1110000 | 1011111 | 111011 |
Color Harmonies of #4CFA32
Complementary color
Monochromatic Colors of #4CFA32
Black with #4CFA32
Text Example
Text Example
White with #4CFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA32; }
p { color: rgb(76,250,50); }
H1.HeaderClassName
{
color: #4CFA32;
}
.AnyTagClassName
{
color: #4CFA32;
}
</style>
background-color css
<style>
a { background-color: #4CFA32; }
a { background-color: rgb(76,250,50); }
div.DivClassName
{
background-color: #4CFA32;
}
.BgClassName
{
background-color: #4CFA32;
}
</style>
border-color css
<style>
span { border-color: #4CFA32; }
span { border-color: rgb(76,250,50); }
td.TdClassName
{
border-color: #4CFA32;
}
.TagClassName
{
border-color: #4CFA32;
}
</style>