Shades of Harlequin #4AFC03
Tints of Harlequin #4AFC03
RGB
CMYK
RGB Variations
Color information
#4AFC03 (or 0x4AFC03) is known color: Harlequin. HEX triplet: 4A, FC and 03. RGB value is (74,252,3). Sum of RGB (Red+Green+Blue) = 74+252+3=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 252 (98.83% from 255 or 76.60% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFC03 is #B503FC. Grayscale: #ABABAB. Windows color (decimal): -11863037 or 261194. OLE color: 261194.
HSL color Cylindrical-coordinate representation of color #4AFC03: hue angle of 102.89º 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 #4AFC03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.01 |
| HSL | 102.89º | 0.98% | 0.5% | - |
| HSV(B) | 102.89º | 0.99% | 0.99% | - |
| XYZ | 37.65 | 71.08 | 11.82 | - |
| YUV | 170.39 | 33.53 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 3 | 0.71 | 0 | 0.99 | 0.01 | 102.89 | 0.98 | 0.5 |
| Hex | 4A | FC | 3 | 47 | 0 | 63 | 1 | 67 | 62 | 32 |
| Octal | 112 | 374 | 3 | 107 | 0 | 143 | 1 | 147 | 142 | 62 |
| Binary | 1001010 | 11111100 | 11 | 1000111 | 0 | 1100011 | 1 | 1100111 | 1100010 | 110010 |
Color Harmonies of #4AFC03
Complementary color
Monochromatic Colors of #4AFC03
Black with #4AFC03
Text Example
Text Example
White with #4AFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC03; }
p { color: rgb(74,252,3); }
H1.HeaderClassName
{
color: #4AFC03;
}
.AnyTagClassName
{
color: #4AFC03;
}
</style>
background-color css
<style>
a { background-color: #4AFC03; }
a { background-color: rgb(74,252,3); }
div.DivClassName
{
background-color: #4AFC03;
}
.BgClassName
{
background-color: #4AFC03;
}
</style>
border-color css
<style>
span { border-color: #4AFC03; }
span { border-color: rgb(74,252,3); }
td.TdClassName
{
border-color: #4AFC03;
}
.TagClassName
{
border-color: #4AFC03;
}
</style>