Shades of Harlequin #4DFA03
Tints of Harlequin #4DFA03
RGB
CMYK
RGB Variations
Color information
#4DFA03 (or 0x4DFA03) is known color: Harlequin. HEX triplet: 4D, FA and 03. RGB value is (77,250,3). Sum of RGB (Red+Green+Blue) = 77+250+3=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 250 (98.05% from 255 or 75.76% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA03 is #B205FC. Grayscale: #AAAAAA. Windows color (decimal): -11666941 or 260685. OLE color: 260685.
HSL color Cylindrical-coordinate representation of color #4DFA03: hue angle of 102.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DFA03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.02 |
| HSL | 102.02º | 0.98% | 0.5% | - |
| HSV(B) | 102.02º | 0.99% | 0.98% | - |
| XYZ | 37.26 | 69.96 | 11.62 | - |
| YUV | 170.12 | 33.69 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 3 | 0.69 | 0 | 0.99 | 0.02 | 102.02 | 0.98 | 0.5 |
| Hex | 4D | FA | 3 | 45 | 0 | 63 | 2 | 66 | 62 | 32 |
| Octal | 115 | 372 | 3 | 105 | 0 | 143 | 2 | 146 | 142 | 62 |
| Binary | 1001101 | 11111010 | 11 | 1000101 | 0 | 1100011 | 10 | 1100110 | 1100010 | 110010 |
Color Harmonies of #4DFA03
Complementary color
Monochromatic Colors of #4DFA03
Black with #4DFA03
Text Example
Text Example
White with #4DFA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA03; }
p { color: rgb(77,250,3); }
H1.HeaderClassName
{
color: #4DFA03;
}
.AnyTagClassName
{
color: #4DFA03;
}
</style>
background-color css
<style>
a { background-color: #4DFA03; }
a { background-color: rgb(77,250,3); }
div.DivClassName
{
background-color: #4DFA03;
}
.BgClassName
{
background-color: #4DFA03;
}
</style>
border-color css
<style>
span { border-color: #4DFA03; }
span { border-color: rgb(77,250,3); }
td.TdClassName
{
border-color: #4DFA03;
}
.TagClassName
{
border-color: #4DFA03;
}
</style>