Shades of Fruit Salad #4BA93F
Tints of Fruit Salad #4BA93F
RGB
CMYK
RGB Variations
Color information
#4BA93F (or 0x4BA93F) is known color: Fruit Salad. HEX triplet: 4B, A9 and 3F. RGB value is (75,169,63). Sum of RGB (Red+Green+Blue) = 75+169+63=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA93F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA93F is #B456C0. Grayscale: #818181. Windows color (decimal): -11818689 or 4172107. OLE color: 4172107.
HSL color Cylindrical-coordinate representation of color #4BA93F: hue angle of 113.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA93F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 63 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.34 |
| HSL | 113.21º | 0.46% | 0.45% | - |
| HSV(B) | 113.21º | 0.63% | 0.66% | - |
| XYZ | 17.99 | 30.23 | 9.59 | - |
| YUV | 128.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 63 | 0.56 | 0 | 0.63 | 0.34 | 113.21 | 0.46 | 0.45 |
| Hex | 4B | A9 | 3F | 38 | 0 | 3F | 22 | 71 | 2E | 2D |
| Octal | 113 | 251 | 77 | 70 | 0 | 77 | 42 | 161 | 56 | 55 |
| Binary | 1001011 | 10101001 | 111111 | 111000 | 0 | 111111 | 100010 | 1110001 | 101110 | 101101 |
Color Harmonies of #4BA93F
Complementary color
Monochromatic Colors of #4BA93F
Black with #4BA93F
Text Example
Text Example
White with #4BA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA93F; }
p { color: rgb(75,169,63); }
H1.HeaderClassName
{
color: #4BA93F;
}
.AnyTagClassName
{
color: #4BA93F;
}
</style>
background-color css
<style>
a { background-color: #4BA93F; }
a { background-color: rgb(75,169,63); }
div.DivClassName
{
background-color: #4BA93F;
}
.BgClassName
{
background-color: #4BA93F;
}
</style>
border-color css
<style>
span { border-color: #4BA93F; }
span { border-color: rgb(75,169,63); }
td.TdClassName
{
border-color: #4BA93F;
}
.TagClassName
{
border-color: #4BA93F;
}
</style>