Shades of Harlequin #4CFE17
Tints of Harlequin #4CFE17
RGB
CMYK
RGB Variations
Color information
#4CFE17 (or 0x4CFE17) is known color: Harlequin. HEX triplet: 4C, FE and 17. RGB value is (76,254,23). Sum of RGB (Red+Green+Blue) = 76+254+23=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE17 is #B301E8. Grayscale: #AFAFAF. Windows color (decimal): -11731433 or 1572428. OLE color: 1572428.
HSL color Cylindrical-coordinate representation of color #4CFE17: hue angle of 106.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CFE17 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 23 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.00 |
| HSL | 106.23º | 0.99% | 0.54% | - |
| HSV(B) | 106.23º | 0.91% | 1% | - |
| XYZ | 38.58 | 72.48 | 12.77 | - |
| YUV | 174.44 | 42.53 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 23 | 0.70 | 0 | 0.91 | 0.00 | 106.23 | 0.99 | 0.54 |
| Hex | 4C | FE | 17 | 46 | 0 | 5B | 0 | 6A | 63 | 36 |
| Octal | 114 | 376 | 27 | 106 | 0 | 133 | 0 | 152 | 143 | 66 |
| Binary | 1001100 | 11111110 | 10111 | 1000110 | 0 | 1011011 | 0 | 1101010 | 1100011 | 110110 |
Color Harmonies of #4CFE17
Complementary color
Monochromatic Colors of #4CFE17
Black with #4CFE17
Text Example
Text Example
White with #4CFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE17; }
p { color: rgb(76,254,23); }
H1.HeaderClassName
{
color: #4CFE17;
}
.AnyTagClassName
{
color: #4CFE17;
}
</style>
background-color css
<style>
a { background-color: #4CFE17; }
a { background-color: rgb(76,254,23); }
div.DivClassName
{
background-color: #4CFE17;
}
.BgClassName
{
background-color: #4CFE17;
}
</style>
border-color css
<style>
span { border-color: #4CFE17; }
span { border-color: rgb(76,254,23); }
td.TdClassName
{
border-color: #4CFE17;
}
.TagClassName
{
border-color: #4CFE17;
}
</style>