Shades of Harlequin #4CFF0B
Tints of Harlequin #4CFF0B
RGB
CMYK
RGB Variations
Color information
#4CFF0B (or 0x4CFF0B) is known color: Harlequin. HEX triplet: 4C, FF and 0B. RGB value is (76,255,11). Sum of RGB (Red+Green+Blue) = 76+255+11=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFF0B is #B300F4. Grayscale: #AEAEAE. Windows color (decimal): -11731189 or 786252. OLE color: 786252.
HSL color Cylindrical-coordinate representation of color #4CFF0B: hue angle of 104.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CFF0B is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 11 | - |
| CMYK | 0.70 | 0 | 0.96 | 0 |
| HSL | 104.02º | 1% | 0.52% | - |
| HSV(B) | 104.02º | 0.96% | 1% | - |
| XYZ | 38.8 | 73.08 | 12.38 | - |
| YUV | 173.66 | 36.2 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 11 | 0.70 | 0 | 0.96 | 0 | 104.02 | 1 | 0.52 |
| Hex | 4C | FF | B | 46 | 0 | 60 | 0 | 68 | 64 | 34 |
| Octal | 114 | 377 | 13 | 106 | 0 | 140 | 0 | 150 | 144 | 64 |
| Binary | 1001100 | 11111111 | 1011 | 1000110 | 0 | 1100000 | 0 | 1101000 | 1100100 | 110100 |
Color Harmonies of #4CFF0B
Complementary color
Monochromatic Colors of #4CFF0B
Black with #4CFF0B
Text Example
Text Example
White with #4CFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF0B; }
p { color: rgb(76,255,11); }
H1.HeaderClassName
{
color: #4CFF0B;
}
.AnyTagClassName
{
color: #4CFF0B;
}
</style>
background-color css
<style>
a { background-color: #4CFF0B; }
a { background-color: rgb(76,255,11); }
div.DivClassName
{
background-color: #4CFF0B;
}
.BgClassName
{
background-color: #4CFF0B;
}
</style>
border-color css
<style>
span { border-color: #4CFF0B; }
span { border-color: rgb(76,255,11); }
td.TdClassName
{
border-color: #4CFF0B;
}
.TagClassName
{
border-color: #4CFF0B;
}
</style>