Shades of Harlequin #4AF314
Tints of Harlequin #4AF314
RGB
CMYK
RGB Variations
Color information
#4AF314 (or 0x4AF314) is known color: Harlequin. HEX triplet: 4A, F3 and 14. RGB value is (74,243,20). Sum of RGB (Red+Green+Blue) = 74+243+20=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF314 is #B50CEB. Grayscale: #A7A7A7. Windows color (decimal): -11865324 or 1373002. OLE color: 1373002.
HSL color Cylindrical-coordinate representation of color #4AF314: hue angle of 105.47º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF314 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 243 | 20 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.05 |
| HSL | 105.47º | 0.9% | 0.52% | - |
| HSV(B) | 105.47º | 0.92% | 0.95% | - |
| XYZ | 35 | 65.61 | 11.48 | - |
| YUV | 167.05 | 45.01 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 20 | 0.70 | 0 | 0.92 | 0.05 | 105.47 | 0.9 | 0.52 |
| Hex | 4A | F3 | 14 | 46 | 0 | 5C | 5 | 69 | 5A | 34 |
| Octal | 112 | 363 | 24 | 106 | 0 | 134 | 5 | 151 | 132 | 64 |
| Binary | 1001010 | 11110011 | 10100 | 1000110 | 0 | 1011100 | 101 | 1101001 | 1011010 | 110100 |
Color Harmonies of #4AF314
Complementary color
Monochromatic Colors of #4AF314
Black with #4AF314
Text Example
Text Example
White with #4AF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF314; }
p { color: rgb(74,243,20); }
H1.HeaderClassName
{
color: #4AF314;
}
.AnyTagClassName
{
color: #4AF314;
}
</style>
background-color css
<style>
a { background-color: #4AF314; }
a { background-color: rgb(74,243,20); }
div.DivClassName
{
background-color: #4AF314;
}
.BgClassName
{
background-color: #4AF314;
}
</style>
border-color css
<style>
span { border-color: #4AF314; }
span { border-color: rgb(74,243,20); }
td.TdClassName
{
border-color: #4AF314;
}
.TagClassName
{
border-color: #4AF314;
}
</style>