Shades of Harlequin #4DF12B
Tints of Harlequin #4DF12B
RGB
CMYK
RGB Variations
Color information
#4DF12B (or 0x4DF12B) is known color: Harlequin. HEX triplet: 4D, F1 and 2B. RGB value is (77,241,43). Sum of RGB (Red+Green+Blue) = 77+241+43=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF12B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF12B is #B20ED4. Grayscale: #AAAAAA. Windows color (decimal): -11669205 or 2879821. OLE color: 2879821.
HSL color Cylindrical-coordinate representation of color #4DF12B: hue angle of 109.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DF12B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 43 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.05 |
| HSL | 109.7º | 0.88% | 0.56% | - |
| HSV(B) | 109.7º | 0.82% | 0.95% | - |
| XYZ | 34.95 | 64.66 | 12.92 | - |
| YUV | 169.39 | 56.67 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 43 | 0.68 | 0 | 0.82 | 0.05 | 109.7 | 0.88 | 0.56 |
| Hex | 4D | F1 | 2B | 44 | 0 | 52 | 5 | 6E | 58 | 38 |
| Octal | 115 | 361 | 53 | 104 | 0 | 122 | 5 | 156 | 130 | 70 |
| Binary | 1001101 | 11110001 | 101011 | 1000100 | 0 | 1010010 | 101 | 1101110 | 1011000 | 111000 |
Color Harmonies of #4DF12B
Complementary color
Monochromatic Colors of #4DF12B
Black with #4DF12B
Text Example
Text Example
White with #4DF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF12B; }
p { color: rgb(77,241,43); }
H1.HeaderClassName
{
color: #4DF12B;
}
.AnyTagClassName
{
color: #4DF12B;
}
</style>
background-color css
<style>
a { background-color: #4DF12B; }
a { background-color: rgb(77,241,43); }
div.DivClassName
{
background-color: #4DF12B;
}
.BgClassName
{
background-color: #4DF12B;
}
</style>
border-color css
<style>
span { border-color: #4DF12B; }
span { border-color: rgb(77,241,43); }
td.TdClassName
{
border-color: #4DF12B;
}
.TagClassName
{
border-color: #4DF12B;
}
</style>