Shades of Harlequin #4AFB2C
Tints of Harlequin #4AFB2C
RGB
CMYK
RGB Variations
Color information
#4AFB2C (or 0x4AFB2C) is known color: Harlequin. HEX triplet: 4A, FB and 2C. RGB value is (74,251,44). Sum of RGB (Red+Green+Blue) = 74+251+44=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB2C is #B504D3. Grayscale: #AFAFAF. Windows color (decimal): -11863252 or 2947914. OLE color: 2947914.
HSL color Cylindrical-coordinate representation of color #4AFB2C: hue angle of 111.3º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AFB2C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 44 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.02 |
| HSL | 111.3º | 0.96% | 0.58% | - |
| HSV(B) | 111.3º | 0.82% | 0.98% | - |
| XYZ | 37.78 | 70.63 | 14.03 | - |
| YUV | 174.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 44 | 0.71 | 0 | 0.82 | 0.02 | 111.3 | 0.96 | 0.58 |
| Hex | 4A | FB | 2C | 47 | 0 | 52 | 2 | 6F | 60 | 3A |
| Octal | 112 | 373 | 54 | 107 | 0 | 122 | 2 | 157 | 140 | 72 |
| Binary | 1001010 | 11111011 | 101100 | 1000111 | 0 | 1010010 | 10 | 1101111 | 1100000 | 111010 |
Color Harmonies of #4AFB2C
Complementary color
Monochromatic Colors of #4AFB2C
Black with #4AFB2C
Text Example
Text Example
White with #4AFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB2C; }
p { color: rgb(74,251,44); }
H1.HeaderClassName
{
color: #4AFB2C;
}
.AnyTagClassName
{
color: #4AFB2C;
}
</style>
background-color css
<style>
a { background-color: #4AFB2C; }
a { background-color: rgb(74,251,44); }
div.DivClassName
{
background-color: #4AFB2C;
}
.BgClassName
{
background-color: #4AFB2C;
}
</style>
border-color css
<style>
span { border-color: #4AFB2C; }
span { border-color: rgb(74,251,44); }
td.TdClassName
{
border-color: #4AFB2C;
}
.TagClassName
{
border-color: #4AFB2C;
}
</style>