Shades of Harlequin #4AF715
Tints of Harlequin #4AF715
RGB
CMYK
RGB Variations
Color information
#4AF715 (or 0x4AF715) is known color: Harlequin. HEX triplet: 4A, F7 and 15. RGB value is (74,247,21). Sum of RGB (Red+Green+Blue) = 74+247+21=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 247 (96.88% from 255 or 72.22% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF715 is #B508EA. Grayscale: #AAAAAA. Windows color (decimal): -11864299 or 1439562. OLE color: 1439562.
HSL color Cylindrical-coordinate representation of color #4AF715: hue angle of 105.93º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF715 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 21 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.03 |
| HSL | 105.93º | 0.93% | 0.53% | - |
| HSV(B) | 105.93º | 0.91% | 0.97% | - |
| XYZ | 36.22 | 68.03 | 11.93 | - |
| YUV | 169.51 | 44.19 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 21 | 0.70 | 0 | 0.91 | 0.03 | 105.93 | 0.93 | 0.53 |
| Hex | 4A | F7 | 15 | 46 | 0 | 5B | 3 | 6A | 5D | 35 |
| Octal | 112 | 367 | 25 | 106 | 0 | 133 | 3 | 152 | 135 | 65 |
| Binary | 1001010 | 11110111 | 10101 | 1000110 | 0 | 1011011 | 11 | 1101010 | 1011101 | 110101 |
Color Harmonies of #4AF715
Complementary color
Monochromatic Colors of #4AF715
Black with #4AF715
Text Example
Text Example
White with #4AF715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF715; }
p { color: rgb(74,247,21); }
H1.HeaderClassName
{
color: #4AF715;
}
.AnyTagClassName
{
color: #4AF715;
}
</style>
background-color css
<style>
a { background-color: #4AF715; }
a { background-color: rgb(74,247,21); }
div.DivClassName
{
background-color: #4AF715;
}
.BgClassName
{
background-color: #4AF715;
}
</style>
border-color css
<style>
span { border-color: #4AF715; }
span { border-color: rgb(74,247,21); }
td.TdClassName
{
border-color: #4AF715;
}
.TagClassName
{
border-color: #4AF715;
}
</style>