Shades of Harlequin #4DFF35
Tints of Harlequin #4DFF35
RGB
CMYK
RGB Variations
Color information
#4DFF35 (or 0x4DFF35) is known color: Harlequin. HEX triplet: 4D, FF and 35. RGB value is (77,255,53). Sum of RGB (Red+Green+Blue) = 77+255+53=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF35 is #B200CA. Grayscale: #B3B3B3. Windows color (decimal): -11665611 or 3538765. OLE color: 3538765.
HSL color Cylindrical-coordinate representation of color #4DFF35: hue angle of 112.87º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DFF35 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 53 | - |
| CMYK | 0.70 | 0 | 0.79 | 0 |
| HSL | 112.87º | 1% | 0.6% | - |
| HSV(B) | 112.87º | 0.79% | 1% | - |
| XYZ | 39.46 | 73.35 | 15.45 | - |
| YUV | 178.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 53 | 0.70 | 0 | 0.79 | 0 | 112.87 | 1 | 0.6 |
| Hex | 4D | FF | 35 | 46 | 0 | 4F | 0 | 71 | 64 | 3C |
| Octal | 115 | 377 | 65 | 106 | 0 | 117 | 0 | 161 | 144 | 74 |
| Binary | 1001101 | 11111111 | 110101 | 1000110 | 0 | 1001111 | 0 | 1110001 | 1100100 | 111100 |
Color Harmonies of #4DFF35
Complementary color
Monochromatic Colors of #4DFF35
Black with #4DFF35
Text Example
Text Example
White with #4DFF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF35; }
p { color: rgb(77,255,53); }
H1.HeaderClassName
{
color: #4DFF35;
}
.AnyTagClassName
{
color: #4DFF35;
}
</style>
background-color css
<style>
a { background-color: #4DFF35; }
a { background-color: rgb(77,255,53); }
div.DivClassName
{
background-color: #4DFF35;
}
.BgClassName
{
background-color: #4DFF35;
}
</style>
border-color css
<style>
span { border-color: #4DFF35; }
span { border-color: rgb(77,255,53); }
td.TdClassName
{
border-color: #4DFF35;
}
.TagClassName
{
border-color: #4DFF35;
}
</style>