Shades of Harlequin #4CF70D
Tints of Harlequin #4CF70D
RGB
CMYK
RGB Variations
Color information
#4CF70D (or 0x4CF70D) is known color: Harlequin. HEX triplet: 4C, F7 and 0D. RGB value is (76,247,13). Sum of RGB (Red+Green+Blue) = 76+247+13=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF70D is #B308F2. Grayscale: #A9A9A9. Windows color (decimal): -11733235 or 915276. OLE color: 915276.
HSL color Cylindrical-coordinate representation of color #4CF70D: hue angle of 103.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CF70D is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 13 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.03 |
| HSL | 103.85º | 0.94% | 0.51% | - |
| HSV(B) | 103.85º | 0.95% | 0.97% | - |
| XYZ | 36.31 | 68.09 | 11.61 | - |
| YUV | 169.2 | 39.85 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 13 | 0.69 | 0 | 0.95 | 0.03 | 103.85 | 0.94 | 0.51 |
| Hex | 4C | F7 | D | 45 | 0 | 5F | 3 | 68 | 5E | 33 |
| Octal | 114 | 367 | 15 | 105 | 0 | 137 | 3 | 150 | 136 | 63 |
| Binary | 1001100 | 11110111 | 1101 | 1000101 | 0 | 1011111 | 11 | 1101000 | 1011110 | 110011 |
Color Harmonies of #4CF70D
Complementary color
Monochromatic Colors of #4CF70D
Black with #4CF70D
Text Example
Text Example
White with #4CF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF70D; }
p { color: rgb(76,247,13); }
H1.HeaderClassName
{
color: #4CF70D;
}
.AnyTagClassName
{
color: #4CF70D;
}
</style>
background-color css
<style>
a { background-color: #4CF70D; }
a { background-color: rgb(76,247,13); }
div.DivClassName
{
background-color: #4CF70D;
}
.BgClassName
{
background-color: #4CF70D;
}
</style>
border-color css
<style>
span { border-color: #4CF70D; }
span { border-color: rgb(76,247,13); }
td.TdClassName
{
border-color: #4CF70D;
}
.TagClassName
{
border-color: #4CF70D;
}
</style>