Shades of Harlequin #4DF32A
Tints of Harlequin #4DF32A
RGB
CMYK
RGB Variations
Color information
#4DF32A (or 0x4DF32A) is known color: Harlequin. HEX triplet: 4D, F3 and 2A. RGB value is (77,243,42). Sum of RGB (Red+Green+Blue) = 77+243+42=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF32A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF32A is #B20CD5. Grayscale: #ABABAB. Windows color (decimal): -11668694 or 2814797. OLE color: 2814797.
HSL color Cylindrical-coordinate representation of color #4DF32A: hue angle of 109.55º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF32A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 42 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.05 |
| HSL | 109.55º | 0.89% | 0.56% | - |
| HSV(B) | 109.55º | 0.83% | 0.95% | - |
| XYZ | 35.53 | 65.85 | 13.03 | - |
| YUV | 170.45 | 55.5 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 42 | 0.68 | 0 | 0.83 | 0.05 | 109.55 | 0.89 | 0.56 |
| Hex | 4D | F3 | 2A | 44 | 0 | 53 | 5 | 6E | 59 | 38 |
| Octal | 115 | 363 | 52 | 104 | 0 | 123 | 5 | 156 | 131 | 70 |
| Binary | 1001101 | 11110011 | 101010 | 1000100 | 0 | 1010011 | 101 | 1101110 | 1011001 | 111000 |
Color Harmonies of #4DF32A
Complementary color
Monochromatic Colors of #4DF32A
Black with #4DF32A
Text Example
Text Example
White with #4DF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF32A; }
p { color: rgb(77,243,42); }
H1.HeaderClassName
{
color: #4DF32A;
}
.AnyTagClassName
{
color: #4DF32A;
}
</style>
background-color css
<style>
a { background-color: #4DF32A; }
a { background-color: rgb(77,243,42); }
div.DivClassName
{
background-color: #4DF32A;
}
.BgClassName
{
background-color: #4DF32A;
}
</style>
border-color css
<style>
span { border-color: #4DF32A; }
span { border-color: rgb(77,243,42); }
td.TdClassName
{
border-color: #4DF32A;
}
.TagClassName
{
border-color: #4DF32A;
}
</style>