Shades of Harlequin #4CE70B
Tints of Harlequin #4CE70B
RGB
CMYK
RGB Variations
Color information
#4CE70B (or 0x4CE70B) is known color: Harlequin. HEX triplet: 4C, E7 and 0B. RGB value is (76,231,11). Sum of RGB (Red+Green+Blue) = 76+231+11=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 231 (90.62% from 255 or 72.64% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE70B is #B318F4. Grayscale: #A0A0A0. Windows color (decimal): -11737333 or 780108. OLE color: 780108.
HSL color Cylindrical-coordinate representation of color #4CE70B: hue angle of 102.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CE70B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 11 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.09 |
| HSL | 102.27º | 0.91% | 0.47% | - |
| HSV(B) | 102.27º | 0.95% | 0.91% | - |
| XYZ | 31.62 | 58.71 | 9.98 | - |
| YUV | 159.58 | 44.15 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 11 | 0.67 | 0 | 0.95 | 0.09 | 102.27 | 0.91 | 0.47 |
| Hex | 4C | E7 | B | 43 | 0 | 5F | 9 | 66 | 5B | 2F |
| Octal | 114 | 347 | 13 | 103 | 0 | 137 | 11 | 146 | 133 | 57 |
| Binary | 1001100 | 11100111 | 1011 | 1000011 | 0 | 1011111 | 1001 | 1100110 | 1011011 | 101111 |
Color Harmonies of #4CE70B
Complementary color
Monochromatic Colors of #4CE70B
Black with #4CE70B
Text Example
Text Example
White with #4CE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE70B; }
p { color: rgb(76,231,11); }
H1.HeaderClassName
{
color: #4CE70B;
}
.AnyTagClassName
{
color: #4CE70B;
}
</style>
background-color css
<style>
a { background-color: #4CE70B; }
a { background-color: rgb(76,231,11); }
div.DivClassName
{
background-color: #4CE70B;
}
.BgClassName
{
background-color: #4CE70B;
}
</style>
border-color css
<style>
span { border-color: #4CE70B; }
span { border-color: rgb(76,231,11); }
td.TdClassName
{
border-color: #4CE70B;
}
.TagClassName
{
border-color: #4CE70B;
}
</style>