Shades of Harlequin #4BFA30
Tints of Harlequin #4BFA30
RGB
CMYK
RGB Variations
Color information
#4BFA30 (or 0x4BFA30) is known color: Harlequin. HEX triplet: 4B, FA and 30. RGB value is (75,250,48). Sum of RGB (Red+Green+Blue) = 75+250+48=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA30 is #B405CF. Grayscale: #AFAFAF. Windows color (decimal): -11797968 or 3209803. OLE color: 3209803.
HSL color Cylindrical-coordinate representation of color #4BFA30: hue angle of 111.98º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4BFA30 is Cyan = 0.7, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 48 | - |
| CMYK | 0.7 | 0 | 0.81 | 0.02 |
| HSL | 111.98º | 0.95% | 0.58% | - |
| HSV(B) | 111.98º | 0.81% | 0.98% | - |
| XYZ | 37.62 | 70.08 | 14.34 | - |
| YUV | 174.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 48 | 0.7 | 0 | 0.81 | 0.02 | 111.98 | 0.95 | 0.58 |
| Hex | 4B | FA | 30 | 46 | 0 | 51 | 2 | 70 | 5F | 3A |
| Octal | 113 | 372 | 60 | 106 | 0 | 121 | 2 | 160 | 137 | 72 |
| Binary | 1001011 | 11111010 | 110000 | 1000110 | 0 | 1010001 | 10 | 1110000 | 1011111 | 111010 |
Color Harmonies of #4BFA30
Complementary color
Monochromatic Colors of #4BFA30
Black with #4BFA30
Text Example
Text Example
White with #4BFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA30; }
p { color: rgb(75,250,48); }
H1.HeaderClassName
{
color: #4BFA30;
}
.AnyTagClassName
{
color: #4BFA30;
}
</style>
background-color css
<style>
a { background-color: #4BFA30; }
a { background-color: rgb(75,250,48); }
div.DivClassName
{
background-color: #4BFA30;
}
.BgClassName
{
background-color: #4BFA30;
}
</style>
border-color css
<style>
span { border-color: #4BFA30; }
span { border-color: rgb(75,250,48); }
td.TdClassName
{
border-color: #4BFA30;
}
.TagClassName
{
border-color: #4BFA30;
}
</style>