Shades of Harlequin #4AFF34
Tints of Harlequin #4AFF34
RGB
CMYK
RGB Variations
Color information
#4AFF34 (or 0x4AFF34) is known color: Harlequin. HEX triplet: 4A, FF and 34. RGB value is (74,255,52). Sum of RGB (Red+Green+Blue) = 74+255+52=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF34 is #B500CB. Grayscale: #B2B2B2. Windows color (decimal): -11862220 or 3473226. OLE color: 3473226.
HSL color Cylindrical-coordinate representation of color #4AFF34: hue angle of 113.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AFF34 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 52 | - |
| CMYK | 0.71 | 0 | 0.80 | 0 |
| HSL | 113.5º | 1% | 0.6% | - |
| HSV(B) | 113.5º | 0.8% | 1% | - |
| XYZ | 39.2 | 73.22 | 15.32 | - |
| YUV | 177.74 | 57.03 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 52 | 0.71 | 0 | 0.80 | 0 | 113.5 | 1 | 0.6 |
| Hex | 4A | FF | 34 | 47 | 0 | 50 | 0 | 71 | 64 | 3C |
| Octal | 112 | 377 | 64 | 107 | 0 | 120 | 0 | 161 | 144 | 74 |
| Binary | 1001010 | 11111111 | 110100 | 1000111 | 0 | 1010000 | 0 | 1110001 | 1100100 | 111100 |
Color Harmonies of #4AFF34
Complementary color
Monochromatic Colors of #4AFF34
Black with #4AFF34
Text Example
Text Example
White with #4AFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF34; }
p { color: rgb(74,255,52); }
H1.HeaderClassName
{
color: #4AFF34;
}
.AnyTagClassName
{
color: #4AFF34;
}
</style>
background-color css
<style>
a { background-color: #4AFF34; }
a { background-color: rgb(74,255,52); }
div.DivClassName
{
background-color: #4AFF34;
}
.BgClassName
{
background-color: #4AFF34;
}
</style>
border-color css
<style>
span { border-color: #4AFF34; }
span { border-color: rgb(74,255,52); }
td.TdClassName
{
border-color: #4AFF34;
}
.TagClassName
{
border-color: #4AFF34;
}
</style>