Shades of Fruit Salad #4BB55C
Tints of Fruit Salad #4BB55C
RGB
CMYK
RGB Variations
Color information
#4BB55C (or 0x4BB55C) is known color: Fruit Salad. HEX triplet: 4B, B5 and 5C. RGB value is (75,181,92). Sum of RGB (Red+Green+Blue) = 75+181+92=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB55C is #B44AA3. Grayscale: #8B8B8B. Windows color (decimal): -11815588 or 6075723. OLE color: 6075723.
HSL color Cylindrical-coordinate representation of color #4BB55C: hue angle of 129.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB55C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 181 | 92 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.29 |
| HSL | 129.62º | 0.42% | 0.5% | - |
| HSV(B) | 129.62º | 0.59% | 0.71% | - |
| XYZ | 21.36 | 35.32 | 15.82 | - |
| YUV | 139.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 181 | 92 | 0.59 | 0 | 0.49 | 0.29 | 129.62 | 0.42 | 0.5 |
| Hex | 4B | B5 | 5C | 3B | 0 | 31 | 1D | 82 | 2A | 32 |
| Octal | 113 | 265 | 134 | 73 | 0 | 61 | 35 | 202 | 52 | 62 |
| Binary | 1001011 | 10110101 | 1011100 | 111011 | 0 | 110001 | 11101 | 10000010 | 101010 | 110010 |
Color Harmonies of #4BB55C
Complementary color
Monochromatic Colors of #4BB55C
Black with #4BB55C
Text Example
Text Example
White with #4BB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB55C; }
p { color: rgb(75,181,92); }
H1.HeaderClassName
{
color: #4BB55C;
}
.AnyTagClassName
{
color: #4BB55C;
}
</style>
background-color css
<style>
a { background-color: #4BB55C; }
a { background-color: rgb(75,181,92); }
div.DivClassName
{
background-color: #4BB55C;
}
.BgClassName
{
background-color: #4BB55C;
}
</style>
border-color css
<style>
span { border-color: #4BB55C; }
span { border-color: rgb(75,181,92); }
td.TdClassName
{
border-color: #4BB55C;
}
.TagClassName
{
border-color: #4BB55C;
}
</style>