Shades of Harlequin #4CEA21
Tints of Harlequin #4CEA21
RGB
CMYK
RGB Variations
Color information
#4CEA21 (or 0x4CEA21) is known color: Harlequin. HEX triplet: 4C, EA and 21. RGB value is (76,234,33). Sum of RGB (Red+Green+Blue) = 76+234+33=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA21 is #B315DE. Grayscale: #A4A4A4. Windows color (decimal): -11736543 or 2222668. OLE color: 2222668.
HSL color Cylindrical-coordinate representation of color #4CEA21: hue angle of 107.16º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CEA21 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 33 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.08 |
| HSL | 107.16º | 0.83% | 0.52% | - |
| HSV(B) | 107.16º | 0.86% | 0.92% | - |
| XYZ | 32.68 | 60.49 | 11.39 | - |
| YUV | 163.84 | 54.15 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 33 | 0.68 | 0 | 0.86 | 0.08 | 107.16 | 0.83 | 0.52 |
| Hex | 4C | EA | 21 | 44 | 0 | 56 | 8 | 6B | 53 | 34 |
| Octal | 114 | 352 | 41 | 104 | 0 | 126 | 10 | 153 | 123 | 64 |
| Binary | 1001100 | 11101010 | 100001 | 1000100 | 0 | 1010110 | 1000 | 1101011 | 1010011 | 110100 |
Color Harmonies of #4CEA21
Complementary color
Monochromatic Colors of #4CEA21
Black with #4CEA21
Text Example
Text Example
White with #4CEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA21; }
p { color: rgb(76,234,33); }
H1.HeaderClassName
{
color: #4CEA21;
}
.AnyTagClassName
{
color: #4CEA21;
}
</style>
background-color css
<style>
a { background-color: #4CEA21; }
a { background-color: rgb(76,234,33); }
div.DivClassName
{
background-color: #4CEA21;
}
.BgClassName
{
background-color: #4CEA21;
}
</style>
border-color css
<style>
span { border-color: #4CEA21; }
span { border-color: rgb(76,234,33); }
td.TdClassName
{
border-color: #4CEA21;
}
.TagClassName
{
border-color: #4CEA21;
}
</style>