Shades of Fruit Salad #4BB65A
Tints of Fruit Salad #4BB65A
RGB
CMYK
RGB Variations
Color information
#4BB65A (or 0x4BB65A) is known color: Fruit Salad. HEX triplet: 4B, B6 and 5A. RGB value is (75,182,90). Sum of RGB (Red+Green+Blue) = 75+182+90=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB65A is #B449A5. Grayscale: #8B8B8B. Windows color (decimal): -11815334 or 5944907. OLE color: 5944907.
HSL color Cylindrical-coordinate representation of color #4BB65A: hue angle of 128.41º 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 #4BB65A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 182 | 90 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.29 |
| HSL | 128.41º | 0.42% | 0.5% | - |
| HSV(B) | 128.41º | 0.59% | 0.71% | - |
| XYZ | 21.48 | 35.69 | 15.43 | - |
| YUV | 139.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 182 | 90 | 0.59 | 0 | 0.51 | 0.29 | 128.41 | 0.42 | 0.5 |
| Hex | 4B | B6 | 5A | 3B | 0 | 33 | 1D | 80 | 2A | 32 |
| Octal | 113 | 266 | 132 | 73 | 0 | 63 | 35 | 200 | 52 | 62 |
| Binary | 1001011 | 10110110 | 1011010 | 111011 | 0 | 110011 | 11101 | 10000000 | 101010 | 110010 |
Color Harmonies of #4BB65A
Complementary color
Monochromatic Colors of #4BB65A
Black with #4BB65A
Text Example
Text Example
White with #4BB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB65A; }
p { color: rgb(75,182,90); }
H1.HeaderClassName
{
color: #4BB65A;
}
.AnyTagClassName
{
color: #4BB65A;
}
</style>
background-color css
<style>
a { background-color: #4BB65A; }
a { background-color: rgb(75,182,90); }
div.DivClassName
{
background-color: #4BB65A;
}
.BgClassName
{
background-color: #4BB65A;
}
</style>
border-color css
<style>
span { border-color: #4BB65A; }
span { border-color: rgb(75,182,90); }
td.TdClassName
{
border-color: #4BB65A;
}
.TagClassName
{
border-color: #4BB65A;
}
</style>