Shades of Harlequin #4AF31B
Tints of Harlequin #4AF31B
RGB
CMYK
RGB Variations
Color information
#4AF31B (or 0x4AF31B) is known color: Harlequin. HEX triplet: 4A, F3 and 1B. RGB value is (74,243,27). Sum of RGB (Red+Green+Blue) = 74+243+27=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF31B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF31B is #B50CE4. Grayscale: #A8A8A8. Windows color (decimal): -11865317 or 1831754. OLE color: 1831754.
HSL color Cylindrical-coordinate representation of color #4AF31B: hue angle of 106.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AF31B is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 27 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.05 |
| HSL | 106.94º | 0.9% | 0.53% | - |
| HSV(B) | 106.94º | 0.89% | 0.95% | - |
| XYZ | 35.07 | 65.64 | 11.86 | - |
| YUV | 167.85 | 48.51 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 27 | 0.70 | 0 | 0.89 | 0.05 | 106.94 | 0.9 | 0.53 |
| Hex | 4A | F3 | 1B | 46 | 0 | 59 | 5 | 6B | 5A | 35 |
| Octal | 112 | 363 | 33 | 106 | 0 | 131 | 5 | 153 | 132 | 65 |
| Binary | 1001010 | 11110011 | 11011 | 1000110 | 0 | 1011001 | 101 | 1101011 | 1011010 | 110101 |
Color Harmonies of #4AF31B
Complementary color
Monochromatic Colors of #4AF31B
Black with #4AF31B
Text Example
Text Example
White with #4AF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF31B; }
p { color: rgb(74,243,27); }
H1.HeaderClassName
{
color: #4AF31B;
}
.AnyTagClassName
{
color: #4AF31B;
}
</style>
background-color css
<style>
a { background-color: #4AF31B; }
a { background-color: rgb(74,243,27); }
div.DivClassName
{
background-color: #4AF31B;
}
.BgClassName
{
background-color: #4AF31B;
}
</style>
border-color css
<style>
span { border-color: #4AF31B; }
span { border-color: rgb(74,243,27); }
td.TdClassName
{
border-color: #4AF31B;
}
.TagClassName
{
border-color: #4AF31B;
}
</style>