Shades of Harlequin #4DF327
Tints of Harlequin #4DF327
RGB
CMYK
RGB Variations
Color information
#4DF327 (or 0x4DF327) is known color: Harlequin. HEX triplet: 4D, F3 and 27. RGB value is (77,243,39). Sum of RGB (Red+Green+Blue) = 77+243+39=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF327 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF327 is #B20CD8. Grayscale: #AAAAAA. Windows color (decimal): -11668697 or 2618189. OLE color: 2618189.
HSL color Cylindrical-coordinate representation of color #4DF327: hue angle of 108.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DF327 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 39 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.05 |
| HSL | 108.82º | 0.89% | 0.55% | - |
| HSV(B) | 108.82º | 0.84% | 0.95% | - |
| XYZ | 35.48 | 65.83 | 12.76 | - |
| YUV | 170.11 | 54 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 39 | 0.68 | 0 | 0.84 | 0.05 | 108.82 | 0.89 | 0.55 |
| Hex | 4D | F3 | 27 | 44 | 0 | 54 | 5 | 6D | 59 | 37 |
| Octal | 115 | 363 | 47 | 104 | 0 | 124 | 5 | 155 | 131 | 67 |
| Binary | 1001101 | 11110011 | 100111 | 1000100 | 0 | 1010100 | 101 | 1101101 | 1011001 | 110111 |
Color Harmonies of #4DF327
Complementary color
Monochromatic Colors of #4DF327
Black with #4DF327
Text Example
Text Example
White with #4DF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF327; }
p { color: rgb(77,243,39); }
H1.HeaderClassName
{
color: #4DF327;
}
.AnyTagClassName
{
color: #4DF327;
}
</style>
background-color css
<style>
a { background-color: #4DF327; }
a { background-color: rgb(77,243,39); }
div.DivClassName
{
background-color: #4DF327;
}
.BgClassName
{
background-color: #4DF327;
}
</style>
border-color css
<style>
span { border-color: #4DF327; }
span { border-color: rgb(77,243,39); }
td.TdClassName
{
border-color: #4DF327;
}
.TagClassName
{
border-color: #4DF327;
}
</style>