Shades of Harlequin #4AF92B
Tints of Harlequin #4AF92B
RGB
CMYK
RGB Variations
Color information
#4AF92B (or 0x4AF92B) is known color: Harlequin. HEX triplet: 4A, F9 and 2B. RGB value is (74,249,43). Sum of RGB (Red+Green+Blue) = 74+249+43=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF92B is #B506D4. Grayscale: #ADADAD. Windows color (decimal): -11863765 or 2881866. OLE color: 2881866.
HSL color Cylindrical-coordinate representation of color #4AF92B: hue angle of 110.97º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AF92B is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 43 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.02 |
| HSL | 110.97º | 0.94% | 0.57% | - |
| HSV(B) | 110.97º | 0.83% | 0.98% | - |
| XYZ | 37.14 | 69.38 | 13.72 | - |
| YUV | 173.19 | 54.52 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 43 | 0.70 | 0 | 0.83 | 0.02 | 110.97 | 0.94 | 0.57 |
| Hex | 4A | F9 | 2B | 46 | 0 | 53 | 2 | 6F | 5E | 39 |
| Octal | 112 | 371 | 53 | 106 | 0 | 123 | 2 | 157 | 136 | 71 |
| Binary | 1001010 | 11111001 | 101011 | 1000110 | 0 | 1010011 | 10 | 1101111 | 1011110 | 111001 |
Color Harmonies of #4AF92B
Complementary color
Monochromatic Colors of #4AF92B
Black with #4AF92B
Text Example
Text Example
White with #4AF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF92B; }
p { color: rgb(74,249,43); }
H1.HeaderClassName
{
color: #4AF92B;
}
.AnyTagClassName
{
color: #4AF92B;
}
</style>
background-color css
<style>
a { background-color: #4AF92B; }
a { background-color: rgb(74,249,43); }
div.DivClassName
{
background-color: #4AF92B;
}
.BgClassName
{
background-color: #4AF92B;
}
</style>
border-color css
<style>
span { border-color: #4AF92B; }
span { border-color: rgb(74,249,43); }
td.TdClassName
{
border-color: #4AF92B;
}
.TagClassName
{
border-color: #4AF92B;
}
</style>