Shades of Harlequin #4AF127
Tints of Harlequin #4AF127
RGB
CMYK
RGB Variations
Color information
#4AF127 (or 0x4AF127) is known color: Harlequin. HEX triplet: 4A, F1 and 27. RGB value is (74,241,39). Sum of RGB (Red+Green+Blue) = 74+241+39=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF127 is #B50ED8. Grayscale: #A8A8A8. Windows color (decimal): -11865817 or 2617674. OLE color: 2617674.
HSL color Cylindrical-coordinate representation of color #4AF127: hue angle of 109.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF127 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 39 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.05 |
| HSL | 109.6º | 0.88% | 0.55% | - |
| HSV(B) | 109.6º | 0.84% | 0.95% | - |
| XYZ | 34.65 | 64.51 | 12.55 | - |
| YUV | 168.04 | 55.17 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 39 | 0.69 | 0 | 0.84 | 0.05 | 109.6 | 0.88 | 0.55 |
| Hex | 4A | F1 | 27 | 45 | 0 | 54 | 5 | 6E | 58 | 37 |
| Octal | 112 | 361 | 47 | 105 | 0 | 124 | 5 | 156 | 130 | 67 |
| Binary | 1001010 | 11110001 | 100111 | 1000101 | 0 | 1010100 | 101 | 1101110 | 1011000 | 110111 |
Color Harmonies of #4AF127
Complementary color
Monochromatic Colors of #4AF127
Black with #4AF127
Text Example
Text Example
White with #4AF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF127; }
p { color: rgb(74,241,39); }
H1.HeaderClassName
{
color: #4AF127;
}
.AnyTagClassName
{
color: #4AF127;
}
</style>
background-color css
<style>
a { background-color: #4AF127; }
a { background-color: rgb(74,241,39); }
div.DivClassName
{
background-color: #4AF127;
}
.BgClassName
{
background-color: #4AF127;
}
</style>
border-color css
<style>
span { border-color: #4AF127; }
span { border-color: rgb(74,241,39); }
td.TdClassName
{
border-color: #4AF127;
}
.TagClassName
{
border-color: #4AF127;
}
</style>