Shades of Harlequin #4AF90C
Tints of Harlequin #4AF90C
RGB
CMYK
RGB Variations
Color information
#4AF90C (or 0x4AF90C) is known color: Harlequin. HEX triplet: 4A, F9 and 0C. RGB value is (74,249,12). Sum of RGB (Red+Green+Blue) = 74+249+12=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 249 (97.66% from 255 or 74.33% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF90C is #B506F3. Grayscale: #AAAAAA. Windows color (decimal): -11863796 or 850250. OLE color: 850250.
HSL color Cylindrical-coordinate representation of color #4AF90C: hue angle of 104.3º 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 #4AF90C is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 12 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.02 |
| HSL | 104.3º | 0.95% | 0.51% | - |
| HSV(B) | 104.3º | 0.95% | 0.98% | - |
| XYZ | 36.77 | 69.23 | 11.77 | - |
| YUV | 169.66 | 39.02 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 12 | 0.70 | 0 | 0.95 | 0.02 | 104.3 | 0.95 | 0.51 |
| Hex | 4A | F9 | C | 46 | 0 | 5F | 2 | 68 | 5F | 33 |
| Octal | 112 | 371 | 14 | 106 | 0 | 137 | 2 | 150 | 137 | 63 |
| Binary | 1001010 | 11111001 | 1100 | 1000110 | 0 | 1011111 | 10 | 1101000 | 1011111 | 110011 |
Color Harmonies of #4AF90C
Complementary color
Monochromatic Colors of #4AF90C
Black with #4AF90C
Text Example
Text Example
White with #4AF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF90C; }
p { color: rgb(74,249,12); }
H1.HeaderClassName
{
color: #4AF90C;
}
.AnyTagClassName
{
color: #4AF90C;
}
</style>
background-color css
<style>
a { background-color: #4AF90C; }
a { background-color: rgb(74,249,12); }
div.DivClassName
{
background-color: #4AF90C;
}
.BgClassName
{
background-color: #4AF90C;
}
</style>
border-color css
<style>
span { border-color: #4AF90C; }
span { border-color: rgb(74,249,12); }
td.TdClassName
{
border-color: #4AF90C;
}
.TagClassName
{
border-color: #4AF90C;
}
</style>