Shades of Harlequin #4CFA0B
Tints of Harlequin #4CFA0B
RGB
CMYK
RGB Variations
Color information
#4CFA0B (or 0x4CFA0B) is known color: Harlequin. HEX triplet: 4C, FA and 0B. RGB value is (76,250,11). Sum of RGB (Red+Green+Blue) = 76+250+11=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFA0B is #B305F4. Grayscale: #ABABAB. Windows color (decimal): -11732469 or 784972. OLE color: 784972.
HSL color Cylindrical-coordinate representation of color #4CFA0B: hue angle of 103.68º 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 #4CFA0B is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 11 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.02 |
| HSL | 103.68º | 0.96% | 0.51% | - |
| HSV(B) | 103.68º | 0.96% | 0.98% | - |
| XYZ | 37.23 | 69.93 | 11.85 | - |
| YUV | 170.73 | 37.85 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 11 | 0.70 | 0 | 0.96 | 0.02 | 103.68 | 0.96 | 0.51 |
| Hex | 4C | FA | B | 46 | 0 | 60 | 2 | 68 | 60 | 33 |
| Octal | 114 | 372 | 13 | 106 | 0 | 140 | 2 | 150 | 140 | 63 |
| Binary | 1001100 | 11111010 | 1011 | 1000110 | 0 | 1100000 | 10 | 1101000 | 1100000 | 110011 |
Color Harmonies of #4CFA0B
Complementary color
Monochromatic Colors of #4CFA0B
Black with #4CFA0B
Text Example
Text Example
White with #4CFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA0B; }
p { color: rgb(76,250,11); }
H1.HeaderClassName
{
color: #4CFA0B;
}
.AnyTagClassName
{
color: #4CFA0B;
}
</style>
background-color css
<style>
a { background-color: #4CFA0B; }
a { background-color: rgb(76,250,11); }
div.DivClassName
{
background-color: #4CFA0B;
}
.BgClassName
{
background-color: #4CFA0B;
}
</style>
border-color css
<style>
span { border-color: #4CFA0B; }
span { border-color: rgb(76,250,11); }
td.TdClassName
{
border-color: #4CFA0B;
}
.TagClassName
{
border-color: #4CFA0B;
}
</style>