Shades of Harlequin #4BFA17
Tints of Harlequin #4BFA17
RGB
CMYK
RGB Variations
Color information
#4BFA17 (or 0x4BFA17) is known color: Harlequin. HEX triplet: 4B, FA and 17. RGB value is (75,250,23). Sum of RGB (Red+Green+Blue) = 75+250+23=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFA17 is #B405E8. Grayscale: #ACACAC. Windows color (decimal): -11797993 or 1571403. OLE color: 1571403.
HSL color Cylindrical-coordinate representation of color #4BFA17: hue angle of 106.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BFA17 is Cyan = 0.7, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 23 | - |
| CMYK | 0.7 | 0 | 0.91 | 0.02 |
| HSL | 106.26º | 0.96% | 0.54% | - |
| HSV(B) | 106.26º | 0.91% | 0.98% | - |
| XYZ | 37.24 | 69.93 | 12.35 | - |
| YUV | 171.8 | 44.02 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 23 | 0.7 | 0 | 0.91 | 0.02 | 106.26 | 0.96 | 0.54 |
| Hex | 4B | FA | 17 | 46 | 0 | 5B | 2 | 6A | 60 | 36 |
| Octal | 113 | 372 | 27 | 106 | 0 | 133 | 2 | 152 | 140 | 66 |
| Binary | 1001011 | 11111010 | 10111 | 1000110 | 0 | 1011011 | 10 | 1101010 | 1100000 | 110110 |
Color Harmonies of #4BFA17
Complementary color
Monochromatic Colors of #4BFA17
Black with #4BFA17
Text Example
Text Example
White with #4BFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA17; }
p { color: rgb(75,250,23); }
H1.HeaderClassName
{
color: #4BFA17;
}
.AnyTagClassName
{
color: #4BFA17;
}
</style>
background-color css
<style>
a { background-color: #4BFA17; }
a { background-color: rgb(75,250,23); }
div.DivClassName
{
background-color: #4BFA17;
}
.BgClassName
{
background-color: #4BFA17;
}
</style>
border-color css
<style>
span { border-color: #4BFA17; }
span { border-color: rgb(75,250,23); }
td.TdClassName
{
border-color: #4BFA17;
}
.TagClassName
{
border-color: #4BFA17;
}
</style>