Shades of Harlequin #4CFB31
Tints of Harlequin #4CFB31
RGB
CMYK
RGB Variations
Color information
#4CFB31 (or 0x4CFB31) is known color: Harlequin. HEX triplet: 4C, FB and 31. RGB value is (76,251,49). Sum of RGB (Red+Green+Blue) = 76+251+49=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB31 is #B304CE. Grayscale: #B0B0B0. Windows color (decimal): -11732175 or 3275596. OLE color: 3275596.
HSL color Cylindrical-coordinate representation of color #4CFB31: hue angle of 111.98º degrees, saturation: 0.96, 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 #4CFB31 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 49 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.02 |
| HSL | 111.98º | 0.96% | 0.59% | - |
| HSV(B) | 111.98º | 0.8% | 0.98% | - |
| XYZ | 38.03 | 70.75 | 14.56 | - |
| YUV | 175.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 49 | 0.70 | 0 | 0.80 | 0.02 | 111.98 | 0.96 | 0.59 |
| Hex | 4C | FB | 31 | 46 | 0 | 50 | 2 | 70 | 60 | 3B |
| Octal | 114 | 373 | 61 | 106 | 0 | 120 | 2 | 160 | 140 | 73 |
| Binary | 1001100 | 11111011 | 110001 | 1000110 | 0 | 1010000 | 10 | 1110000 | 1100000 | 111011 |
Color Harmonies of #4CFB31
Complementary color
Monochromatic Colors of #4CFB31
Black with #4CFB31
Text Example
Text Example
White with #4CFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB31; }
p { color: rgb(76,251,49); }
H1.HeaderClassName
{
color: #4CFB31;
}
.AnyTagClassName
{
color: #4CFB31;
}
</style>
background-color css
<style>
a { background-color: #4CFB31; }
a { background-color: rgb(76,251,49); }
div.DivClassName
{
background-color: #4CFB31;
}
.BgClassName
{
background-color: #4CFB31;
}
</style>
border-color css
<style>
span { border-color: #4CFB31; }
span { border-color: rgb(76,251,49); }
td.TdClassName
{
border-color: #4CFB31;
}
.TagClassName
{
border-color: #4CFB31;
}
</style>