Shades of Harlequin #4DFC02
Tints of Harlequin #4DFC02
RGB
CMYK
RGB Variations
Color information
#4DFC02 (or 0x4DFC02) is known color: Harlequin. HEX triplet: 4D, FC and 02. RGB value is (77,252,2). Sum of RGB (Red+Green+Blue) = 77+252+2=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 252 (98.83% from 255 or 76.13% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC02 is #B203FD. Grayscale: #ABABAB. Windows color (decimal): -11666430 or 195661. OLE color: 195661.
HSL color Cylindrical-coordinate representation of color #4DFC02: hue angle of 102º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DFC02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.01 |
| HSL | 102º | 0.98% | 0.5% | - |
| HSV(B) | 102º | 0.99% | 0.99% | - |
| XYZ | 37.88 | 71.2 | 11.8 | - |
| YUV | 171.18 | 32.52 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 2 | 0.69 | 0 | 0.99 | 0.01 | 102 | 0.98 | 0.5 |
| Hex | 4D | FC | 2 | 45 | 0 | 63 | 1 | 66 | 62 | 32 |
| Octal | 115 | 374 | 2 | 105 | 0 | 143 | 1 | 146 | 142 | 62 |
| Binary | 1001101 | 11111100 | 10 | 1000101 | 0 | 1100011 | 1 | 1100110 | 1100010 | 110010 |
Color Harmonies of #4DFC02
Complementary color
Monochromatic Colors of #4DFC02
Black with #4DFC02
Text Example
Text Example
White with #4DFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC02; }
p { color: rgb(77,252,2); }
H1.HeaderClassName
{
color: #4DFC02;
}
.AnyTagClassName
{
color: #4DFC02;
}
</style>
background-color css
<style>
a { background-color: #4DFC02; }
a { background-color: rgb(77,252,2); }
div.DivClassName
{
background-color: #4DFC02;
}
.BgClassName
{
background-color: #4DFC02;
}
</style>
border-color css
<style>
span { border-color: #4DFC02; }
span { border-color: rgb(77,252,2); }
td.TdClassName
{
border-color: #4DFC02;
}
.TagClassName
{
border-color: #4DFC02;
}
</style>