Shades of Harlequin #4BDF0A
Tints of Harlequin #4BDF0A
RGB
CMYK
RGB Variations
Color information
#4BDF0A (or 0x4BDF0A) is known color: Harlequin. HEX triplet: 4B, DF and 0A. RGB value is (75,223,10). Sum of RGB (Red+Green+Blue) = 75+223+10=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDF0A is #B420F5. Grayscale: #9B9B9B. Windows color (decimal): -11804918 or 712523. OLE color: 712523.
HSL color Cylindrical-coordinate representation of color #4BDF0A: hue angle of 101.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4BDF0A is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 10 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.13 |
| HSL | 101.69º | 0.91% | 0.46% | - |
| HSV(B) | 101.69º | 0.96% | 0.87% | - |
| XYZ | 29.34 | 54.29 | 9.22 | - |
| YUV | 154.47 | 46.47 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 10 | 0.66 | 0 | 0.96 | 0.13 | 101.69 | 0.91 | 0.46 |
| Hex | 4B | DF | A | 42 | 0 | 60 | D | 66 | 5B | 2E |
| Octal | 113 | 337 | 12 | 102 | 0 | 140 | 15 | 146 | 133 | 56 |
| Binary | 1001011 | 11011111 | 1010 | 1000010 | 0 | 1100000 | 1101 | 1100110 | 1011011 | 101110 |
Color Harmonies of #4BDF0A
Complementary color
Monochromatic Colors of #4BDF0A
Black with #4BDF0A
Text Example
Text Example
White with #4BDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF0A; }
p { color: rgb(75,223,10); }
H1.HeaderClassName
{
color: #4BDF0A;
}
.AnyTagClassName
{
color: #4BDF0A;
}
</style>
background-color css
<style>
a { background-color: #4BDF0A; }
a { background-color: rgb(75,223,10); }
div.DivClassName
{
background-color: #4BDF0A;
}
.BgClassName
{
background-color: #4BDF0A;
}
</style>
border-color css
<style>
span { border-color: #4BDF0A; }
span { border-color: rgb(75,223,10); }
td.TdClassName
{
border-color: #4BDF0A;
}
.TagClassName
{
border-color: #4BDF0A;
}
</style>