Shades of Harlequin #4AFC32
Tints of Harlequin #4AFC32
RGB
CMYK
RGB Variations
Color information
#4AFC32 (or 0x4AFC32) is known color: Harlequin. HEX triplet: 4A, FC and 32. RGB value is (74,252,50). Sum of RGB (Red+Green+Blue) = 74+252+50=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFC32 is #B503CD. Grayscale: #B0B0B0. Windows color (decimal): -11862990 or 3341386. OLE color: 3341386.
HSL color Cylindrical-coordinate representation of color #4AFC32: hue angle of 112.87º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AFC32 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 50 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.01 |
| HSL | 112.87º | 0.97% | 0.59% | - |
| HSV(B) | 112.87º | 0.8% | 0.99% | - |
| XYZ | 38.21 | 71.31 | 14.77 | - |
| YUV | 175.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 50 | 0.71 | 0 | 0.80 | 0.01 | 112.87 | 0.97 | 0.59 |
| Hex | 4A | FC | 32 | 47 | 0 | 50 | 1 | 71 | 61 | 3B |
| Octal | 112 | 374 | 62 | 107 | 0 | 120 | 1 | 161 | 141 | 73 |
| Binary | 1001010 | 11111100 | 110010 | 1000111 | 0 | 1010000 | 1 | 1110001 | 1100001 | 111011 |
Color Harmonies of #4AFC32
Complementary color
Monochromatic Colors of #4AFC32
Black with #4AFC32
Text Example
Text Example
White with #4AFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC32; }
p { color: rgb(74,252,50); }
H1.HeaderClassName
{
color: #4AFC32;
}
.AnyTagClassName
{
color: #4AFC32;
}
</style>
background-color css
<style>
a { background-color: #4AFC32; }
a { background-color: rgb(74,252,50); }
div.DivClassName
{
background-color: #4AFC32;
}
.BgClassName
{
background-color: #4AFC32;
}
</style>
border-color css
<style>
span { border-color: #4AFC32; }
span { border-color: rgb(74,252,50); }
td.TdClassName
{
border-color: #4AFC32;
}
.TagClassName
{
border-color: #4AFC32;
}
</style>