Shades of Harlequin #4AFB2B
Tints of Harlequin #4AFB2B
RGB
CMYK
RGB Variations
Color information
#4AFB2B (or 0x4AFB2B) is known color: Harlequin. HEX triplet: 4A, FB and 2B. RGB value is (74,251,43). Sum of RGB (Red+Green+Blue) = 74+251+43=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB2B is #B504D4. Grayscale: #AFAFAF. Windows color (decimal): -11863253 or 2882378. OLE color: 2882378.
HSL color Cylindrical-coordinate representation of color #4AFB2B: hue angle of 111.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AFB2B is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 43 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.02 |
| HSL | 111.06º | 0.96% | 0.58% | - |
| HSV(B) | 111.06º | 0.83% | 0.98% | - |
| XYZ | 37.76 | 70.62 | 13.93 | - |
| YUV | 174.37 | 53.86 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 43 | 0.71 | 0 | 0.83 | 0.02 | 111.06 | 0.96 | 0.58 |
| Hex | 4A | FB | 2B | 47 | 0 | 53 | 2 | 6F | 60 | 3A |
| Octal | 112 | 373 | 53 | 107 | 0 | 123 | 2 | 157 | 140 | 72 |
| Binary | 1001010 | 11111011 | 101011 | 1000111 | 0 | 1010011 | 10 | 1101111 | 1100000 | 111010 |
Color Harmonies of #4AFB2B
Complementary color
Monochromatic Colors of #4AFB2B
Black with #4AFB2B
Text Example
Text Example
White with #4AFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB2B; }
p { color: rgb(74,251,43); }
H1.HeaderClassName
{
color: #4AFB2B;
}
.AnyTagClassName
{
color: #4AFB2B;
}
</style>
background-color css
<style>
a { background-color: #4AFB2B; }
a { background-color: rgb(74,251,43); }
div.DivClassName
{
background-color: #4AFB2B;
}
.BgClassName
{
background-color: #4AFB2B;
}
</style>
border-color css
<style>
span { border-color: #4AFB2B; }
span { border-color: rgb(74,251,43); }
td.TdClassName
{
border-color: #4AFB2B;
}
.TagClassName
{
border-color: #4AFB2B;
}
</style>