Shades of Harlequin #4CDF0D
Tints of Harlequin #4CDF0D
RGB
CMYK
RGB Variations
Color information
#4CDF0D (or 0x4CDF0D) is known color: Harlequin. HEX triplet: 4C, DF and 0D. RGB value is (76,223,13). Sum of RGB (Red+Green+Blue) = 76+223+13=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 223 (87.5% from 255 or 71.47% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDF0D is #B320F2. Grayscale: #9B9B9B. Windows color (decimal): -11739379 or 909132. OLE color: 909132.
HSL color Cylindrical-coordinate representation of color #4CDF0D: hue angle of 102º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CDF0D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 13 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.13 |
| HSL | 102º | 0.89% | 0.46% | - |
| HSV(B) | 102º | 0.94% | 0.87% | - |
| XYZ | 29.44 | 54.34 | 9.32 | - |
| YUV | 155.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 13 | 0.66 | 0 | 0.94 | 0.13 | 102 | 0.89 | 0.46 |
| Hex | 4C | DF | D | 42 | 0 | 5E | D | 66 | 59 | 2E |
| Octal | 114 | 337 | 15 | 102 | 0 | 136 | 15 | 146 | 131 | 56 |
| Binary | 1001100 | 11011111 | 1101 | 1000010 | 0 | 1011110 | 1101 | 1100110 | 1011001 | 101110 |
Color Harmonies of #4CDF0D
Complementary color
Monochromatic Colors of #4CDF0D
Black with #4CDF0D
Text Example
Text Example
White with #4CDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF0D; }
p { color: rgb(76,223,13); }
H1.HeaderClassName
{
color: #4CDF0D;
}
.AnyTagClassName
{
color: #4CDF0D;
}
</style>
background-color css
<style>
a { background-color: #4CDF0D; }
a { background-color: rgb(76,223,13); }
div.DivClassName
{
background-color: #4CDF0D;
}
.BgClassName
{
background-color: #4CDF0D;
}
</style>
border-color css
<style>
span { border-color: #4CDF0D; }
span { border-color: rgb(76,223,13); }
td.TdClassName
{
border-color: #4CDF0D;
}
.TagClassName
{
border-color: #4CDF0D;
}
</style>