Shades of Harlequin #4AFC06
Tints of Harlequin #4AFC06
RGB
CMYK
RGB Variations
Color information
#4AFC06 (or 0x4AFC06) is known color: Harlequin. HEX triplet: 4A, FC and 06. RGB value is (74,252,6). Sum of RGB (Red+Green+Blue) = 74+252+6=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFC06 is #B503F9. Grayscale: #ABABAB. Windows color (decimal): -11863034 or 457802. OLE color: 457802.
HSL color Cylindrical-coordinate representation of color #4AFC06: hue angle of 103.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AFC06 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 6 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.01 |
| HSL | 103.41º | 0.98% | 0.51% | - |
| HSV(B) | 103.41º | 0.98% | 0.99% | - |
| XYZ | 37.67 | 71.09 | 11.91 | - |
| YUV | 170.73 | 35.03 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 6 | 0.71 | 0 | 0.98 | 0.01 | 103.41 | 0.98 | 0.51 |
| Hex | 4A | FC | 6 | 47 | 0 | 62 | 1 | 67 | 62 | 33 |
| Octal | 112 | 374 | 6 | 107 | 0 | 142 | 1 | 147 | 142 | 63 |
| Binary | 1001010 | 11111100 | 110 | 1000111 | 0 | 1100010 | 1 | 1100111 | 1100010 | 110011 |
Color Harmonies of #4AFC06
Complementary color
Monochromatic Colors of #4AFC06
Black with #4AFC06
Text Example
Text Example
White with #4AFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC06; }
p { color: rgb(74,252,6); }
H1.HeaderClassName
{
color: #4AFC06;
}
.AnyTagClassName
{
color: #4AFC06;
}
</style>
background-color css
<style>
a { background-color: #4AFC06; }
a { background-color: rgb(74,252,6); }
div.DivClassName
{
background-color: #4AFC06;
}
.BgClassName
{
background-color: #4AFC06;
}
</style>
border-color css
<style>
span { border-color: #4AFC06; }
span { border-color: rgb(74,252,6); }
td.TdClassName
{
border-color: #4AFC06;
}
.TagClassName
{
border-color: #4AFC06;
}
</style>