Shades of Harlequin #4BEF0C
Tints of Harlequin #4BEF0C
RGB
CMYK
RGB Variations
Color information
#4BEF0C (or 0x4BEF0C) is known color: Harlequin. HEX triplet: 4B, EF and 0C. RGB value is (75,239,12). Sum of RGB (Red+Green+Blue) = 75+239+12=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 239 (93.75% from 255 or 73.31% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEF0C is #B410F3. Grayscale: #A4A4A4. Windows color (decimal): -11800820 or 847691. OLE color: 847691.
HSL color Cylindrical-coordinate representation of color #4BEF0C: hue angle of 103.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BEF0C is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 12 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.06 |
| HSL | 103.35º | 0.9% | 0.49% | - |
| HSV(B) | 103.35º | 0.95% | 0.94% | - |
| XYZ | 33.83 | 63.26 | 10.77 | - |
| YUV | 164.09 | 42.17 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 12 | 0.69 | 0 | 0.95 | 0.06 | 103.35 | 0.9 | 0.49 |
| Hex | 4B | EF | C | 45 | 0 | 5F | 6 | 67 | 5A | 31 |
| Octal | 113 | 357 | 14 | 105 | 0 | 137 | 6 | 147 | 132 | 61 |
| Binary | 1001011 | 11101111 | 1100 | 1000101 | 0 | 1011111 | 110 | 1100111 | 1011010 | 110001 |
Color Harmonies of #4BEF0C
Complementary color
Monochromatic Colors of #4BEF0C
Black with #4BEF0C
Text Example
Text Example
White with #4BEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEF0C; }
p { color: rgb(75,239,12); }
H1.HeaderClassName
{
color: #4BEF0C;
}
.AnyTagClassName
{
color: #4BEF0C;
}
</style>
background-color css
<style>
a { background-color: #4BEF0C; }
a { background-color: rgb(75,239,12); }
div.DivClassName
{
background-color: #4BEF0C;
}
.BgClassName
{
background-color: #4BEF0C;
}
</style>
border-color css
<style>
span { border-color: #4BEF0C; }
span { border-color: rgb(75,239,12); }
td.TdClassName
{
border-color: #4BEF0C;
}
.TagClassName
{
border-color: #4BEF0C;
}
</style>