Shades of Harlequin #4CEE28
Tints of Harlequin #4CEE28
RGB
CMYK
RGB Variations
Color information
#4CEE28 (or 0x4CEE28) is known color: Harlequin. HEX triplet: 4C, EE and 28. RGB value is (76,238,40). Sum of RGB (Red+Green+Blue) = 76+238+40=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEE28 is #B311D7. Grayscale: #A7A7A7. Windows color (decimal): -11735512 or 2682444. OLE color: 2682444.
HSL color Cylindrical-coordinate representation of color #4CEE28: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CEE28 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 40 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.07 |
| HSL | 109.09º | 0.85% | 0.55% | - |
| HSV(B) | 109.09º | 0.83% | 0.93% | - |
| XYZ | 33.94 | 62.84 | 12.35 | - |
| YUV | 166.99 | 56.33 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 40 | 0.68 | 0 | 0.83 | 0.07 | 109.09 | 0.85 | 0.55 |
| Hex | 4C | EE | 28 | 44 | 0 | 53 | 7 | 6D | 55 | 37 |
| Octal | 114 | 356 | 50 | 104 | 0 | 123 | 7 | 155 | 125 | 67 |
| Binary | 1001100 | 11101110 | 101000 | 1000100 | 0 | 1010011 | 111 | 1101101 | 1010101 | 110111 |
Color Harmonies of #4CEE28
Complementary color
Monochromatic Colors of #4CEE28
Black with #4CEE28
Text Example
Text Example
White with #4CEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE28; }
p { color: rgb(76,238,40); }
H1.HeaderClassName
{
color: #4CEE28;
}
.AnyTagClassName
{
color: #4CEE28;
}
</style>
background-color css
<style>
a { background-color: #4CEE28; }
a { background-color: rgb(76,238,40); }
div.DivClassName
{
background-color: #4CEE28;
}
.BgClassName
{
background-color: #4CEE28;
}
</style>
border-color css
<style>
span { border-color: #4CEE28; }
span { border-color: rgb(76,238,40); }
td.TdClassName
{
border-color: #4CEE28;
}
.TagClassName
{
border-color: #4CEE28;
}
</style>