Shades of Harlequin #4AF81C
Tints of Harlequin #4AF81C
RGB
CMYK
RGB Variations
Color information
#4AF81C (or 0x4AF81C) is known color: Harlequin. HEX triplet: 4A, F8 and 1C. RGB value is (74,248,28). Sum of RGB (Red+Green+Blue) = 74+248+28=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF81C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF81C is #B507E3. Grayscale: #ABABAB. Windows color (decimal): -11864036 or 1898570. OLE color: 1898570.
HSL color Cylindrical-coordinate representation of color #4AF81C: hue angle of 107.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AF81C is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 28 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.03 |
| HSL | 107.45º | 0.94% | 0.54% | - |
| HSV(B) | 107.45º | 0.89% | 0.97% | - |
| XYZ | 36.6 | 68.67 | 12.43 | - |
| YUV | 170.89 | 47.35 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 28 | 0.70 | 0 | 0.89 | 0.03 | 107.45 | 0.94 | 0.54 |
| Hex | 4A | F8 | 1C | 46 | 0 | 59 | 3 | 6B | 5E | 36 |
| Octal | 112 | 370 | 34 | 106 | 0 | 131 | 3 | 153 | 136 | 66 |
| Binary | 1001010 | 11111000 | 11100 | 1000110 | 0 | 1011001 | 11 | 1101011 | 1011110 | 110110 |
Color Harmonies of #4AF81C
Complementary color
Monochromatic Colors of #4AF81C
Black with #4AF81C
Text Example
Text Example
White with #4AF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF81C; }
p { color: rgb(74,248,28); }
H1.HeaderClassName
{
color: #4AF81C;
}
.AnyTagClassName
{
color: #4AF81C;
}
</style>
background-color css
<style>
a { background-color: #4AF81C; }
a { background-color: rgb(74,248,28); }
div.DivClassName
{
background-color: #4AF81C;
}
.BgClassName
{
background-color: #4AF81C;
}
</style>
border-color css
<style>
span { border-color: #4AF81C; }
span { border-color: rgb(74,248,28); }
td.TdClassName
{
border-color: #4AF81C;
}
.TagClassName
{
border-color: #4AF81C;
}
</style>