Shades of Fruit Salad #4BA455
Tints of Fruit Salad #4BA455
RGB
CMYK
RGB Variations
Color information
#4BA455 (or 0x4BA455) is known color: Fruit Salad. HEX triplet: 4B, A4 and 55. RGB value is (75,164,85). Sum of RGB (Red+Green+Blue) = 75+164+85=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA455 is #B45BAA. Grayscale: #808080. Windows color (decimal): -11819947 or 5612619. OLE color: 5612619.
HSL color Cylindrical-coordinate representation of color #4BA455: hue angle of 126.74º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA455 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 85 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.36 |
| HSL | 126.74º | 0.37% | 0.47% | - |
| HSV(B) | 126.74º | 0.54% | 0.64% | - |
| XYZ | 17.82 | 28.7 | 13.2 | - |
| YUV | 128.38 | 103.51 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 85 | 0.54 | 0 | 0.48 | 0.36 | 126.74 | 0.37 | 0.47 |
| Hex | 4B | A4 | 55 | 36 | 0 | 30 | 24 | 7F | 25 | 2F |
| Octal | 113 | 244 | 125 | 66 | 0 | 60 | 44 | 177 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1010101 | 110110 | 0 | 110000 | 100100 | 1111111 | 100101 | 101111 |
Color Harmonies of #4BA455
Complementary color
Monochromatic Colors of #4BA455
Black with #4BA455
Text Example
Text Example
White with #4BA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA455; }
p { color: rgb(75,164,85); }
H1.HeaderClassName
{
color: #4BA455;
}
.AnyTagClassName
{
color: #4BA455;
}
</style>
background-color css
<style>
a { background-color: #4BA455; }
a { background-color: rgb(75,164,85); }
div.DivClassName
{
background-color: #4BA455;
}
.BgClassName
{
background-color: #4BA455;
}
</style>
border-color css
<style>
span { border-color: #4BA455; }
span { border-color: rgb(75,164,85); }
td.TdClassName
{
border-color: #4BA455;
}
.TagClassName
{
border-color: #4BA455;
}
</style>