Shades of Harlequin #4BDE06
Tints of Harlequin #4BDE06
RGB
CMYK
RGB Variations
Color information
#4BDE06 (or 0x4BDE06) is known color: Harlequin. HEX triplet: 4B, DE and 06. RGB value is (75,222,6). Sum of RGB (Red+Green+Blue) = 75+222+6=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDE06 is #B421F9. Grayscale: #9A9A9A. Windows color (decimal): -11805178 or 450123. OLE color: 450123.
HSL color Cylindrical-coordinate representation of color #4BDE06: hue angle of 100.83º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BDE06 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.13 |
| HSL | 100.83º | 0.95% | 0.45% | - |
| HSV(B) | 100.83º | 0.97% | 0.87% | - |
| XYZ | 29.06 | 53.75 | 9.02 | - |
| YUV | 153.42 | 44.8 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 6 | 0.66 | 0 | 0.97 | 0.13 | 100.83 | 0.95 | 0.45 |
| Hex | 4B | DE | 6 | 42 | 0 | 61 | D | 65 | 5F | 2D |
| Octal | 113 | 336 | 6 | 102 | 0 | 141 | 15 | 145 | 137 | 55 |
| Binary | 1001011 | 11011110 | 110 | 1000010 | 0 | 1100001 | 1101 | 1100101 | 1011111 | 101101 |
Color Harmonies of #4BDE06
Complementary color
Monochromatic Colors of #4BDE06
Black with #4BDE06
Text Example
Text Example
White with #4BDE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE06; }
p { color: rgb(75,222,6); }
H1.HeaderClassName
{
color: #4BDE06;
}
.AnyTagClassName
{
color: #4BDE06;
}
</style>
background-color css
<style>
a { background-color: #4BDE06; }
a { background-color: rgb(75,222,6); }
div.DivClassName
{
background-color: #4BDE06;
}
.BgClassName
{
background-color: #4BDE06;
}
</style>
border-color css
<style>
span { border-color: #4BDE06; }
span { border-color: rgb(75,222,6); }
td.TdClassName
{
border-color: #4BDE06;
}
.TagClassName
{
border-color: #4BDE06;
}
</style>