Shades of Harlequin #4AF30A
Tints of Harlequin #4AF30A
RGB
CMYK
RGB Variations
Color information
#4AF30A (or 0x4AF30A) is known color: Harlequin. HEX triplet: 4A, F3 and 0A. RGB value is (74,243,10). Sum of RGB (Red+Green+Blue) = 74+243+10=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF30A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF30A is #B50CF5. Grayscale: #A6A6A6. Windows color (decimal): -11865334 or 717642. OLE color: 717642.
HSL color Cylindrical-coordinate representation of color #4AF30A: hue angle of 103.52º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AF30A is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 10 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.05 |
| HSL | 103.52º | 0.92% | 0.5% | - |
| HSV(B) | 103.52º | 0.96% | 0.95% | - |
| XYZ | 34.93 | 65.58 | 11.1 | - |
| YUV | 165.91 | 40.01 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 10 | 0.70 | 0 | 0.96 | 0.05 | 103.52 | 0.92 | 0.5 |
| Hex | 4A | F3 | A | 46 | 0 | 60 | 5 | 68 | 5C | 32 |
| Octal | 112 | 363 | 12 | 106 | 0 | 140 | 5 | 150 | 134 | 62 |
| Binary | 1001010 | 11110011 | 1010 | 1000110 | 0 | 1100000 | 101 | 1101000 | 1011100 | 110010 |
Color Harmonies of #4AF30A
Complementary color
Monochromatic Colors of #4AF30A
Black with #4AF30A
Text Example
Text Example
White with #4AF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF30A; }
p { color: rgb(74,243,10); }
H1.HeaderClassName
{
color: #4AF30A;
}
.AnyTagClassName
{
color: #4AF30A;
}
</style>
background-color css
<style>
a { background-color: #4AF30A; }
a { background-color: rgb(74,243,10); }
div.DivClassName
{
background-color: #4AF30A;
}
.BgClassName
{
background-color: #4AF30A;
}
</style>
border-color css
<style>
span { border-color: #4AF30A; }
span { border-color: rgb(74,243,10); }
td.TdClassName
{
border-color: #4AF30A;
}
.TagClassName
{
border-color: #4AF30A;
}
</style>