Shades of Harlequin #4CFA2B
Tints of Harlequin #4CFA2B
RGB
CMYK
RGB Variations
Color information
#4CFA2B (or 0x4CFA2B) is known color: Harlequin. HEX triplet: 4C, FA and 2B. RGB value is (76,250,43). Sum of RGB (Red+Green+Blue) = 76+250+43=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA2B is #B305D4. Grayscale: #AFAFAF. Windows color (decimal): -11732437 or 2882124. OLE color: 2882124.
HSL color Cylindrical-coordinate representation of color #4CFA2B: hue angle of 110.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CFA2B is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 43 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.02 |
| HSL | 110.43º | 0.95% | 0.57% | - |
| HSV(B) | 110.43º | 0.83% | 0.98% | - |
| XYZ | 37.6 | 70.08 | 13.83 | - |
| YUV | 174.38 | 53.85 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 43 | 0.70 | 0 | 0.83 | 0.02 | 110.43 | 0.95 | 0.57 |
| Hex | 4C | FA | 2B | 46 | 0 | 53 | 2 | 6E | 5F | 39 |
| Octal | 114 | 372 | 53 | 106 | 0 | 123 | 2 | 156 | 137 | 71 |
| Binary | 1001100 | 11111010 | 101011 | 1000110 | 0 | 1010011 | 10 | 1101110 | 1011111 | 111001 |
Color Harmonies of #4CFA2B
Complementary color
Monochromatic Colors of #4CFA2B
Black with #4CFA2B
Text Example
Text Example
White with #4CFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA2B; }
p { color: rgb(76,250,43); }
H1.HeaderClassName
{
color: #4CFA2B;
}
.AnyTagClassName
{
color: #4CFA2B;
}
</style>
background-color css
<style>
a { background-color: #4CFA2B; }
a { background-color: rgb(76,250,43); }
div.DivClassName
{
background-color: #4CFA2B;
}
.BgClassName
{
background-color: #4CFA2B;
}
</style>
border-color css
<style>
span { border-color: #4CFA2B; }
span { border-color: rgb(76,250,43); }
td.TdClassName
{
border-color: #4CFA2B;
}
.TagClassName
{
border-color: #4CFA2B;
}
</style>