Shades of Harlequin #4FFA32
Tints of Harlequin #4FFA32
RGB
CMYK
RGB Variations
Color information
#4FFA32 (or 0x4FFA32) is known color: Harlequin. HEX triplet: 4F, FA and 32. RGB value is (79,250,50). Sum of RGB (Red+Green+Blue) = 79+250+50=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFA32 is #B005CD. Grayscale: #B0B0B0. Windows color (decimal): -11535822 or 3340879. OLE color: 3340879.
HSL color Cylindrical-coordinate representation of color #4FFA32: hue angle of 111.3º 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 #4FFA32 is Cyan = 0.68, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 50 | - |
| CMYK | 0.68 | 0 | 0.8 | 0.02 |
| HSL | 111.3º | 0.95% | 0.59% | - |
| HSV(B) | 111.3º | 0.8% | 0.98% | - |
| XYZ | 37.99 | 70.26 | 14.58 | - |
| YUV | 176.07 | 56.85 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 50 | 0.68 | 0 | 0.8 | 0.02 | 111.3 | 0.95 | 0.59 |
| Hex | 4F | FA | 32 | 44 | 0 | 50 | 2 | 6F | 5F | 3B |
| Octal | 117 | 372 | 62 | 104 | 0 | 120 | 2 | 157 | 137 | 73 |
| Binary | 1001111 | 11111010 | 110010 | 1000100 | 0 | 1010000 | 10 | 1101111 | 1011111 | 111011 |
Color Harmonies of #4FFA32
Complementary color
Monochromatic Colors of #4FFA32
Black with #4FFA32
Text Example
Text Example
White with #4FFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFA32; }
p { color: rgb(79,250,50); }
H1.HeaderClassName
{
color: #4FFA32;
}
.AnyTagClassName
{
color: #4FFA32;
}
</style>
background-color css
<style>
a { background-color: #4FFA32; }
a { background-color: rgb(79,250,50); }
div.DivClassName
{
background-color: #4FFA32;
}
.BgClassName
{
background-color: #4FFA32;
}
</style>
border-color css
<style>
span { border-color: #4FFA32; }
span { border-color: rgb(79,250,50); }
td.TdClassName
{
border-color: #4FFA32;
}
.TagClassName
{
border-color: #4FFA32;
}
</style>