Shades of Harlequin #4FFC1C
Tints of Harlequin #4FFC1C
RGB
CMYK
RGB Variations
Color information
#4FFC1C (or 0x4FFC1C) is known color: Harlequin. HEX triplet: 4F, FC and 1C. RGB value is (79,252,28). Sum of RGB (Red+Green+Blue) = 79+252+28=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFC1C is #B003E3. Grayscale: #AFAFAF. Windows color (decimal): -11535332 or 1899599. OLE color: 1899599.
HSL color Cylindrical-coordinate representation of color #4FFC1C: hue angle of 106.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4FFC1C is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 28 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.01 |
| HSL | 106.34º | 0.97% | 0.55% | - |
| HSV(B) | 106.34º | 0.89% | 0.99% | - |
| XYZ | 38.24 | 71.37 | 12.86 | - |
| YUV | 174.74 | 45.19 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 28 | 0.69 | 0 | 0.89 | 0.01 | 106.34 | 0.97 | 0.55 |
| Hex | 4F | FC | 1C | 45 | 0 | 59 | 1 | 6A | 61 | 37 |
| Octal | 117 | 374 | 34 | 105 | 0 | 131 | 1 | 152 | 141 | 67 |
| Binary | 1001111 | 11111100 | 11100 | 1000101 | 0 | 1011001 | 1 | 1101010 | 1100001 | 110111 |
Color Harmonies of #4FFC1C
Complementary color
Monochromatic Colors of #4FFC1C
Black with #4FFC1C
Text Example
Text Example
White with #4FFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFC1C; }
p { color: rgb(79,252,28); }
H1.HeaderClassName
{
color: #4FFC1C;
}
.AnyTagClassName
{
color: #4FFC1C;
}
</style>
background-color css
<style>
a { background-color: #4FFC1C; }
a { background-color: rgb(79,252,28); }
div.DivClassName
{
background-color: #4FFC1C;
}
.BgClassName
{
background-color: #4FFC1C;
}
</style>
border-color css
<style>
span { border-color: #4FFC1C; }
span { border-color: rgb(79,252,28); }
td.TdClassName
{
border-color: #4FFC1C;
}
.TagClassName
{
border-color: #4FFC1C;
}
</style>