Shades of Harlequin #4CEE07
Tints of Harlequin #4CEE07
RGB
CMYK
RGB Variations
Color information
#4CEE07 (or 0x4CEE07) is known color: Harlequin. HEX triplet: 4C, EE and 07. RGB value is (76,238,7). Sum of RGB (Red+Green+Blue) = 76+238+7=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEE07 is #B311F8. Grayscale: #A3A3A3. Windows color (decimal): -11735545 or 519756. OLE color: 519756.
HSL color Cylindrical-coordinate representation of color #4CEE07: hue angle of 102.08º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CEE07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.07 |
| HSL | 102.08º | 0.94% | 0.48% | - |
| HSV(B) | 102.08º | 0.97% | 0.93% | - |
| XYZ | 33.59 | 62.7 | 10.53 | - |
| YUV | 163.23 | 39.83 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 7 | 0.68 | 0 | 0.97 | 0.07 | 102.08 | 0.94 | 0.48 |
| Hex | 4C | EE | 7 | 44 | 0 | 61 | 7 | 66 | 5E | 30 |
| Octal | 114 | 356 | 7 | 104 | 0 | 141 | 7 | 146 | 136 | 60 |
| Binary | 1001100 | 11101110 | 111 | 1000100 | 0 | 1100001 | 111 | 1100110 | 1011110 | 110000 |
Color Harmonies of #4CEE07
Complementary color
Monochromatic Colors of #4CEE07
Black with #4CEE07
Text Example
Text Example
White with #4CEE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE07; }
p { color: rgb(76,238,7); }
H1.HeaderClassName
{
color: #4CEE07;
}
.AnyTagClassName
{
color: #4CEE07;
}
</style>
background-color css
<style>
a { background-color: #4CEE07; }
a { background-color: rgb(76,238,7); }
div.DivClassName
{
background-color: #4CEE07;
}
.BgClassName
{
background-color: #4CEE07;
}
</style>
border-color css
<style>
span { border-color: #4CEE07; }
span { border-color: rgb(76,238,7); }
td.TdClassName
{
border-color: #4CEE07;
}
.TagClassName
{
border-color: #4CEE07;
}
</style>