Shades of Fruit Salad #4BB13B
Tints of Fruit Salad #4BB13B
RGB
CMYK
RGB Variations
Color information
#4BB13B (or 0x4BB13B) is known color: Fruit Salad. HEX triplet: 4B, B1 and 3B. RGB value is (75,177,59). Sum of RGB (Red+Green+Blue) = 75+177+59=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB13B is #B44EC4. Grayscale: #858585. Windows color (decimal): -11816645 or 3912011. OLE color: 3912011.
HSL color Cylindrical-coordinate representation of color #4BB13B: hue angle of 111.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BB13B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 59 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.31 |
| HSL | 111.86º | 0.5% | 0.46% | - |
| HSV(B) | 111.86º | 0.67% | 0.69% | - |
| XYZ | 19.41 | 33.26 | 9.53 | - |
| YUV | 133.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 59 | 0.58 | 0 | 0.67 | 0.31 | 111.86 | 0.5 | 0.46 |
| Hex | 4B | B1 | 3B | 3A | 0 | 43 | 1F | 70 | 32 | 2E |
| Octal | 113 | 261 | 73 | 72 | 0 | 103 | 37 | 160 | 62 | 56 |
| Binary | 1001011 | 10110001 | 111011 | 111010 | 0 | 1000011 | 11111 | 1110000 | 110010 | 101110 |
Color Harmonies of #4BB13B
Complementary color
Monochromatic Colors of #4BB13B
Black with #4BB13B
Text Example
Text Example
White with #4BB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB13B; }
p { color: rgb(75,177,59); }
H1.HeaderClassName
{
color: #4BB13B;
}
.AnyTagClassName
{
color: #4BB13B;
}
</style>
background-color css
<style>
a { background-color: #4BB13B; }
a { background-color: rgb(75,177,59); }
div.DivClassName
{
background-color: #4BB13B;
}
.BgClassName
{
background-color: #4BB13B;
}
</style>
border-color css
<style>
span { border-color: #4BB13B; }
span { border-color: rgb(75,177,59); }
td.TdClassName
{
border-color: #4BB13B;
}
.TagClassName
{
border-color: #4BB13B;
}
</style>