Shades of Harlequin #4CF915
Tints of Harlequin #4CF915
RGB
CMYK
RGB Variations
Color information
#4CF915 (or 0x4CF915) is known color: Harlequin. HEX triplet: 4C, F9 and 15. RGB value is (76,249,21). Sum of RGB (Red+Green+Blue) = 76+249+21=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF915 is #B306EA. Grayscale: #ACACAC. Windows color (decimal): -11732715 or 1440076. OLE color: 1440076.
HSL color Cylindrical-coordinate representation of color #4CF915: hue angle of 105.53º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF915 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 21 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.02 |
| HSL | 105.53º | 0.95% | 0.53% | - |
| HSV(B) | 105.53º | 0.92% | 0.98% | - |
| XYZ | 36.99 | 69.34 | 12.14 | - |
| YUV | 171.28 | 43.19 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 21 | 0.69 | 0 | 0.92 | 0.02 | 105.53 | 0.95 | 0.53 |
| Hex | 4C | F9 | 15 | 45 | 0 | 5C | 2 | 6A | 5F | 35 |
| Octal | 114 | 371 | 25 | 105 | 0 | 134 | 2 | 152 | 137 | 65 |
| Binary | 1001100 | 11111001 | 10101 | 1000101 | 0 | 1011100 | 10 | 1101010 | 1011111 | 110101 |
Color Harmonies of #4CF915
Complementary color
Monochromatic Colors of #4CF915
Black with #4CF915
Text Example
Text Example
White with #4CF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF915; }
p { color: rgb(76,249,21); }
H1.HeaderClassName
{
color: #4CF915;
}
.AnyTagClassName
{
color: #4CF915;
}
</style>
background-color css
<style>
a { background-color: #4CF915; }
a { background-color: rgb(76,249,21); }
div.DivClassName
{
background-color: #4CF915;
}
.BgClassName
{
background-color: #4CF915;
}
</style>
border-color css
<style>
span { border-color: #4CF915; }
span { border-color: rgb(76,249,21); }
td.TdClassName
{
border-color: #4CF915;
}
.TagClassName
{
border-color: #4CF915;
}
</style>