Shades of Harlequin #4AF90D
Tints of Harlequin #4AF90D
RGB
CMYK
RGB Variations
Color information
#4AF90D (or 0x4AF90D) is known color: Harlequin. HEX triplet: 4A, F9 and 0D. RGB value is (74,249,13). Sum of RGB (Red+Green+Blue) = 74+249+13=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 249 (97.66% from 255 or 74.11% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF90D is #B506F2. Grayscale: #AAAAAA. Windows color (decimal): -11863795 or 915786. OLE color: 915786.
HSL color Cylindrical-coordinate representation of color #4AF90D: hue angle of 104.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AF90D is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 13 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.02 |
| HSL | 104.49º | 0.95% | 0.51% | - |
| HSV(B) | 104.49º | 0.95% | 0.98% | - |
| XYZ | 36.77 | 69.24 | 11.81 | - |
| YUV | 169.77 | 39.52 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 13 | 0.70 | 0 | 0.95 | 0.02 | 104.49 | 0.95 | 0.51 |
| Hex | 4A | F9 | D | 46 | 0 | 5F | 2 | 68 | 5F | 33 |
| Octal | 112 | 371 | 15 | 106 | 0 | 137 | 2 | 150 | 137 | 63 |
| Binary | 1001010 | 11111001 | 1101 | 1000110 | 0 | 1011111 | 10 | 1101000 | 1011111 | 110011 |
Color Harmonies of #4AF90D
Complementary color
Monochromatic Colors of #4AF90D
Black with #4AF90D
Text Example
Text Example
White with #4AF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF90D; }
p { color: rgb(74,249,13); }
H1.HeaderClassName
{
color: #4AF90D;
}
.AnyTagClassName
{
color: #4AF90D;
}
</style>
background-color css
<style>
a { background-color: #4AF90D; }
a { background-color: rgb(74,249,13); }
div.DivClassName
{
background-color: #4AF90D;
}
.BgClassName
{
background-color: #4AF90D;
}
</style>
border-color css
<style>
span { border-color: #4AF90D; }
span { border-color: rgb(74,249,13); }
td.TdClassName
{
border-color: #4AF90D;
}
.TagClassName
{
border-color: #4AF90D;
}
</style>