Shades of Harlequin #4BFA2C
Tints of Harlequin #4BFA2C
RGB
CMYK
RGB Variations
Color information
#4BFA2C (or 0x4BFA2C) is known color: Harlequin. HEX triplet: 4B, FA and 2C. RGB value is (75,250,44). Sum of RGB (Red+Green+Blue) = 75+250+44=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA2C is #B405D3. Grayscale: #AEAEAE. Windows color (decimal): -11797972 or 2947659. OLE color: 2947659.
HSL color Cylindrical-coordinate representation of color #4BFA2C: hue angle of 110.97º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BFA2C is Cyan = 0.7, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 44 | - |
| CMYK | 0.7 | 0 | 0.82 | 0.02 |
| HSL | 110.97º | 0.95% | 0.58% | - |
| HSV(B) | 110.97º | 0.82% | 0.98% | - |
| XYZ | 37.54 | 70.05 | 13.93 | - |
| YUV | 174.19 | 54.52 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 44 | 0.7 | 0 | 0.82 | 0.02 | 110.97 | 0.95 | 0.58 |
| Hex | 4B | FA | 2C | 46 | 0 | 52 | 2 | 6F | 5F | 3A |
| Octal | 113 | 372 | 54 | 106 | 0 | 122 | 2 | 157 | 137 | 72 |
| Binary | 1001011 | 11111010 | 101100 | 1000110 | 0 | 1010010 | 10 | 1101111 | 1011111 | 111010 |
Color Harmonies of #4BFA2C
Complementary color
Monochromatic Colors of #4BFA2C
Black with #4BFA2C
Text Example
Text Example
White with #4BFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA2C; }
p { color: rgb(75,250,44); }
H1.HeaderClassName
{
color: #4BFA2C;
}
.AnyTagClassName
{
color: #4BFA2C;
}
</style>
background-color css
<style>
a { background-color: #4BFA2C; }
a { background-color: rgb(75,250,44); }
div.DivClassName
{
background-color: #4BFA2C;
}
.BgClassName
{
background-color: #4BFA2C;
}
</style>
border-color css
<style>
span { border-color: #4BFA2C; }
span { border-color: rgb(75,250,44); }
td.TdClassName
{
border-color: #4BFA2C;
}
.TagClassName
{
border-color: #4BFA2C;
}
</style>