Shades of Harlequin #4DF922
Tints of Harlequin #4DF922
RGB
CMYK
RGB Variations
Color information
#4DF922 (or 0x4DF922) is known color: Harlequin. HEX triplet: 4D, F9 and 22. RGB value is (77,249,34). Sum of RGB (Red+Green+Blue) = 77+249+34=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF922 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF922 is #B206DD. Grayscale: #ADADAD. Windows color (decimal): -11667166 or 2292045. OLE color: 2292045.
HSL color Cylindrical-coordinate representation of color #4DF922: hue angle of 108º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DF922 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 34 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.02 |
| HSL | 108º | 0.95% | 0.55% | - |
| HSV(B) | 108º | 0.86% | 0.98% | - |
| XYZ | 37.22 | 69.44 | 12.96 | - |
| YUV | 173.06 | 49.52 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 34 | 0.69 | 0 | 0.86 | 0.02 | 108 | 0.95 | 0.55 |
| Hex | 4D | F9 | 22 | 45 | 0 | 56 | 2 | 6C | 5F | 37 |
| Octal | 115 | 371 | 42 | 105 | 0 | 126 | 2 | 154 | 137 | 67 |
| Binary | 1001101 | 11111001 | 100010 | 1000101 | 0 | 1010110 | 10 | 1101100 | 1011111 | 110111 |
Color Harmonies of #4DF922
Complementary color
Monochromatic Colors of #4DF922
Black with #4DF922
Text Example
Text Example
White with #4DF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF922; }
p { color: rgb(77,249,34); }
H1.HeaderClassName
{
color: #4DF922;
}
.AnyTagClassName
{
color: #4DF922;
}
</style>
background-color css
<style>
a { background-color: #4DF922; }
a { background-color: rgb(77,249,34); }
div.DivClassName
{
background-color: #4DF922;
}
.BgClassName
{
background-color: #4DF922;
}
</style>
border-color css
<style>
span { border-color: #4DF922; }
span { border-color: rgb(77,249,34); }
td.TdClassName
{
border-color: #4DF922;
}
.TagClassName
{
border-color: #4DF922;
}
</style>