Shades of Harlequin #4AFE34
Tints of Harlequin #4AFE34
RGB
CMYK
RGB Variations
Color information
#4AFE34 (or 0x4AFE34) is known color: Harlequin. HEX triplet: 4A, FE and 34. RGB value is (74,254,52). Sum of RGB (Red+Green+Blue) = 74+254+52=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE34 is #B501CB. Grayscale: #B1B1B1. Windows color (decimal): -11862476 or 3472970. OLE color: 3472970.
HSL color Cylindrical-coordinate representation of color #4AFE34: hue angle of 113.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AFE34 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 52 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.00 |
| HSL | 113.47º | 0.99% | 0.6% | - |
| HSV(B) | 113.47º | 0.8% | 1% | - |
| XYZ | 38.89 | 72.59 | 15.21 | - |
| YUV | 177.15 | 57.37 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 52 | 0.71 | 0 | 0.80 | 0.00 | 113.47 | 0.99 | 0.6 |
| Hex | 4A | FE | 34 | 47 | 0 | 50 | 0 | 71 | 63 | 3C |
| Octal | 112 | 376 | 64 | 107 | 0 | 120 | 0 | 161 | 143 | 74 |
| Binary | 1001010 | 11111110 | 110100 | 1000111 | 0 | 1010000 | 0 | 1110001 | 1100011 | 111100 |
Color Harmonies of #4AFE34
Complementary color
Monochromatic Colors of #4AFE34
Black with #4AFE34
Text Example
Text Example
White with #4AFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE34; }
p { color: rgb(74,254,52); }
H1.HeaderClassName
{
color: #4AFE34;
}
.AnyTagClassName
{
color: #4AFE34;
}
</style>
background-color css
<style>
a { background-color: #4AFE34; }
a { background-color: rgb(74,254,52); }
div.DivClassName
{
background-color: #4AFE34;
}
.BgClassName
{
background-color: #4AFE34;
}
</style>
border-color css
<style>
span { border-color: #4AFE34; }
span { border-color: rgb(74,254,52); }
td.TdClassName
{
border-color: #4AFE34;
}
.TagClassName
{
border-color: #4AFE34;
}
</style>