Shades of Harlequin #4AFF33
Tints of Harlequin #4AFF33
RGB
CMYK
RGB Variations
Color information
#4AFF33 (or 0x4AFF33) is known color: Harlequin. HEX triplet: 4A, FF and 33. RGB value is (74,255,51). Sum of RGB (Red+Green+Blue) = 74+255+51=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF33 is #B500CC. Grayscale: #B2B2B2. Windows color (decimal): -11862221 or 3407690. OLE color: 3407690.
HSL color Cylindrical-coordinate representation of color #4AFF33: hue angle of 113.24º 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 #4AFF33 is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 51 | - |
| CMYK | 0.71 | 0 | 0.8 | 0 |
| HSL | 113.24º | 1% | 0.6% | - |
| HSV(B) | 113.24º | 0.8% | 1% | - |
| XYZ | 39.18 | 73.21 | 15.2 | - |
| YUV | 177.63 | 56.53 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 51 | 0.71 | 0 | 0.8 | 0 | 113.24 | 1 | 0.6 |
| Hex | 4A | FF | 33 | 47 | 0 | 50 | 0 | 71 | 64 | 3C |
| Octal | 112 | 377 | 63 | 107 | 0 | 120 | 0 | 161 | 144 | 74 |
| Binary | 1001010 | 11111111 | 110011 | 1000111 | 0 | 1010000 | 0 | 1110001 | 1100100 | 111100 |
Color Harmonies of #4AFF33
Complementary color
Monochromatic Colors of #4AFF33
Black with #4AFF33
Text Example
Text Example
White with #4AFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF33; }
p { color: rgb(74,255,51); }
H1.HeaderClassName
{
color: #4AFF33;
}
.AnyTagClassName
{
color: #4AFF33;
}
</style>
background-color css
<style>
a { background-color: #4AFF33; }
a { background-color: rgb(74,255,51); }
div.DivClassName
{
background-color: #4AFF33;
}
.BgClassName
{
background-color: #4AFF33;
}
</style>
border-color css
<style>
span { border-color: #4AFF33; }
span { border-color: rgb(74,255,51); }
td.TdClassName
{
border-color: #4AFF33;
}
.TagClassName
{
border-color: #4AFF33;
}
</style>