Shades of Harlequin #4AFA30
Tints of Harlequin #4AFA30
RGB
CMYK
RGB Variations
Color information
#4AFA30 (or 0x4AFA30) is known color: Harlequin. HEX triplet: 4A, FA and 30. RGB value is (74,250,48). Sum of RGB (Red+Green+Blue) = 74+250+48=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFA30 is #B505CF. Grayscale: #AEAEAE. Windows color (decimal): -11863504 or 3209802. OLE color: 3209802.
HSL color Cylindrical-coordinate representation of color #4AFA30: hue angle of 112.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AFA30 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 48 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.02 |
| HSL | 112.28º | 0.95% | 0.58% | - |
| HSV(B) | 112.28º | 0.81% | 0.98% | - |
| XYZ | 37.54 | 70.04 | 14.34 | - |
| YUV | 174.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 48 | 0.70 | 0 | 0.81 | 0.02 | 112.28 | 0.95 | 0.58 |
| Hex | 4A | FA | 30 | 46 | 0 | 51 | 2 | 70 | 5F | 3A |
| Octal | 112 | 372 | 60 | 106 | 0 | 121 | 2 | 160 | 137 | 72 |
| Binary | 1001010 | 11111010 | 110000 | 1000110 | 0 | 1010001 | 10 | 1110000 | 1011111 | 111010 |
Color Harmonies of #4AFA30
Complementary color
Monochromatic Colors of #4AFA30
Black with #4AFA30
Text Example
Text Example
White with #4AFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA30; }
p { color: rgb(74,250,48); }
H1.HeaderClassName
{
color: #4AFA30;
}
.AnyTagClassName
{
color: #4AFA30;
}
</style>
background-color css
<style>
a { background-color: #4AFA30; }
a { background-color: rgb(74,250,48); }
div.DivClassName
{
background-color: #4AFA30;
}
.BgClassName
{
background-color: #4AFA30;
}
</style>
border-color css
<style>
span { border-color: #4AFA30; }
span { border-color: rgb(74,250,48); }
td.TdClassName
{
border-color: #4AFA30;
}
.TagClassName
{
border-color: #4AFA30;
}
</style>