Shades of Harlequin #4CFA0A
Tints of Harlequin #4CFA0A
RGB
CMYK
RGB Variations
Color information
#4CFA0A (or 0x4CFA0A) is known color: Harlequin. HEX triplet: 4C, FA and 0A. RGB value is (76,250,10). Sum of RGB (Red+Green+Blue) = 76+250+10=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFA0A is #B305F5. Grayscale: #ABABAB. Windows color (decimal): -11732470 or 719436. OLE color: 719436.
HSL color Cylindrical-coordinate representation of color #4CFA0A: hue angle of 103.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CFA0A is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 10 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.02 |
| HSL | 103.5º | 0.96% | 0.51% | - |
| HSV(B) | 103.5º | 0.96% | 0.98% | - |
| XYZ | 37.22 | 69.93 | 11.82 | - |
| YUV | 170.61 | 37.35 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 10 | 0.70 | 0 | 0.96 | 0.02 | 103.5 | 0.96 | 0.51 |
| Hex | 4C | FA | A | 46 | 0 | 60 | 2 | 68 | 60 | 33 |
| Octal | 114 | 372 | 12 | 106 | 0 | 140 | 2 | 150 | 140 | 63 |
| Binary | 1001100 | 11111010 | 1010 | 1000110 | 0 | 1100000 | 10 | 1101000 | 1100000 | 110011 |
Color Harmonies of #4CFA0A
Complementary color
Monochromatic Colors of #4CFA0A
Black with #4CFA0A
Text Example
Text Example
White with #4CFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA0A; }
p { color: rgb(76,250,10); }
H1.HeaderClassName
{
color: #4CFA0A;
}
.AnyTagClassName
{
color: #4CFA0A;
}
</style>
background-color css
<style>
a { background-color: #4CFA0A; }
a { background-color: rgb(76,250,10); }
div.DivClassName
{
background-color: #4CFA0A;
}
.BgClassName
{
background-color: #4CFA0A;
}
</style>
border-color css
<style>
span { border-color: #4CFA0A; }
span { border-color: rgb(76,250,10); }
td.TdClassName
{
border-color: #4CFA0A;
}
.TagClassName
{
border-color: #4CFA0A;
}
</style>