Shades of Harlequin #4CFB1D
Tints of Harlequin #4CFB1D
RGB
CMYK
RGB Variations
Color information
#4CFB1D (or 0x4CFB1D) is known color: Harlequin. HEX triplet: 4C, FB and 1D. RGB value is (76,251,29). Sum of RGB (Red+Green+Blue) = 76+251+29=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 251 (98.44% from 255 or 70.51% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB1D is #B304E2. Grayscale: #AEAEAE. Windows color (decimal): -11732195 or 1964876. OLE color: 1964876.
HSL color Cylindrical-coordinate representation of color #4CFB1D: hue angle of 107.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CFB1D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 29 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.02 |
| HSL | 107.3º | 0.97% | 0.55% | - |
| HSV(B) | 107.3º | 0.88% | 0.98% | - |
| XYZ | 37.7 | 70.62 | 12.81 | - |
| YUV | 173.37 | 46.52 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 29 | 0.70 | 0 | 0.88 | 0.02 | 107.3 | 0.97 | 0.55 |
| Hex | 4C | FB | 1D | 46 | 0 | 58 | 2 | 6B | 61 | 37 |
| Octal | 114 | 373 | 35 | 106 | 0 | 130 | 2 | 153 | 141 | 67 |
| Binary | 1001100 | 11111011 | 11101 | 1000110 | 0 | 1011000 | 10 | 1101011 | 1100001 | 110111 |
Color Harmonies of #4CFB1D
Complementary color
Monochromatic Colors of #4CFB1D
Black with #4CFB1D
Text Example
Text Example
White with #4CFB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB1D; }
p { color: rgb(76,251,29); }
H1.HeaderClassName
{
color: #4CFB1D;
}
.AnyTagClassName
{
color: #4CFB1D;
}
</style>
background-color css
<style>
a { background-color: #4CFB1D; }
a { background-color: rgb(76,251,29); }
div.DivClassName
{
background-color: #4CFB1D;
}
.BgClassName
{
background-color: #4CFB1D;
}
</style>
border-color css
<style>
span { border-color: #4CFB1D; }
span { border-color: rgb(76,251,29); }
td.TdClassName
{
border-color: #4CFB1D;
}
.TagClassName
{
border-color: #4CFB1D;
}
</style>