Shades of Harlequin #4DF427
Tints of Harlequin #4DF427
RGB
CMYK
RGB Variations
Color information
#4DF427 (or 0x4DF427) is known color: Harlequin. HEX triplet: 4D, F4 and 27. RGB value is (77,244,39). Sum of RGB (Red+Green+Blue) = 77+244+39=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF427 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF427 is #B20BD8. Grayscale: #ABABAB. Windows color (decimal): -11668441 or 2618445. OLE color: 2618445.
HSL color Cylindrical-coordinate representation of color #4DF427: hue angle of 108.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DF427 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 39 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.04 |
| HSL | 108.88º | 0.9% | 0.55% | - |
| HSV(B) | 108.88º | 0.84% | 0.96% | - |
| XYZ | 35.78 | 66.43 | 12.86 | - |
| YUV | 170.7 | 53.67 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 39 | 0.68 | 0 | 0.84 | 0.04 | 108.88 | 0.9 | 0.55 |
| Hex | 4D | F4 | 27 | 44 | 0 | 54 | 4 | 6D | 5A | 37 |
| Octal | 115 | 364 | 47 | 104 | 0 | 124 | 4 | 155 | 132 | 67 |
| Binary | 1001101 | 11110100 | 100111 | 1000100 | 0 | 1010100 | 100 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4DF427
Complementary color
Monochromatic Colors of #4DF427
Black with #4DF427
Text Example
Text Example
White with #4DF427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF427; }
p { color: rgb(77,244,39); }
H1.HeaderClassName
{
color: #4DF427;
}
.AnyTagClassName
{
color: #4DF427;
}
</style>
background-color css
<style>
a { background-color: #4DF427; }
a { background-color: rgb(77,244,39); }
div.DivClassName
{
background-color: #4DF427;
}
.BgClassName
{
background-color: #4DF427;
}
</style>
border-color css
<style>
span { border-color: #4DF427; }
span { border-color: rgb(77,244,39); }
td.TdClassName
{
border-color: #4DF427;
}
.TagClassName
{
border-color: #4DF427;
}
</style>