Shades of Harlequin #4AFC09
Tints of Harlequin #4AFC09
RGB
CMYK
RGB Variations
Color information
#4AFC09 (or 0x4AFC09) is known color: Harlequin. HEX triplet: 4A, FC and 09. RGB value is (74,252,9). Sum of RGB (Red+Green+Blue) = 74+252+9=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFC09 is #B503F6. Grayscale: #ABABAB. Windows color (decimal): -11863031 or 654410. OLE color: 654410.
HSL color Cylindrical-coordinate representation of color #4AFC09: hue angle of 103.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AFC09 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 9 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.01 |
| HSL | 103.95º | 0.98% | 0.51% | - |
| HSV(B) | 103.95º | 0.96% | 0.99% | - |
| XYZ | 37.68 | 71.1 | 12 | - |
| YUV | 171.08 | 36.53 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 9 | 0.71 | 0 | 0.96 | 0.01 | 103.95 | 0.98 | 0.51 |
| Hex | 4A | FC | 9 | 47 | 0 | 60 | 1 | 68 | 62 | 33 |
| Octal | 112 | 374 | 11 | 107 | 0 | 140 | 1 | 150 | 142 | 63 |
| Binary | 1001010 | 11111100 | 1001 | 1000111 | 0 | 1100000 | 1 | 1101000 | 1100010 | 110011 |
Color Harmonies of #4AFC09
Complementary color
Monochromatic Colors of #4AFC09
Black with #4AFC09
Text Example
Text Example
White with #4AFC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC09; }
p { color: rgb(74,252,9); }
H1.HeaderClassName
{
color: #4AFC09;
}
.AnyTagClassName
{
color: #4AFC09;
}
</style>
background-color css
<style>
a { background-color: #4AFC09; }
a { background-color: rgb(74,252,9); }
div.DivClassName
{
background-color: #4AFC09;
}
.BgClassName
{
background-color: #4AFC09;
}
</style>
border-color css
<style>
span { border-color: #4AFC09; }
span { border-color: rgb(74,252,9); }
td.TdClassName
{
border-color: #4AFC09;
}
.TagClassName
{
border-color: #4AFC09;
}
</style>