Shades of Fruit Salad #4BAE5D
Tints of Fruit Salad #4BAE5D
RGB
CMYK
RGB Variations
Color information
#4BAE5D (or 0x4BAE5D) is known color: Fruit Salad. HEX triplet: 4B, AE and 5D. RGB value is (75,174,93). Sum of RGB (Red+Green+Blue) = 75+174+93=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAE5D is #B451A2. Grayscale: #878787. Windows color (decimal): -11817379 or 6139467. OLE color: 6139467.
HSL color Cylindrical-coordinate representation of color #4BAE5D: hue angle of 130.91º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAE5D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 93 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.32 |
| HSL | 130.91º | 0.4% | 0.49% | - |
| HSV(B) | 130.91º | 0.57% | 0.68% | - |
| XYZ | 20.01 | 32.56 | 15.59 | - |
| YUV | 135.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 93 | 0.57 | 0 | 0.47 | 0.32 | 130.91 | 0.4 | 0.49 |
| Hex | 4B | AE | 5D | 39 | 0 | 2F | 20 | 83 | 28 | 31 |
| Octal | 113 | 256 | 135 | 71 | 0 | 57 | 40 | 203 | 50 | 61 |
| Binary | 1001011 | 10101110 | 1011101 | 111001 | 0 | 101111 | 100000 | 10000011 | 101000 | 110001 |
Color Harmonies of #4BAE5D
Complementary color
Monochromatic Colors of #4BAE5D
Black with #4BAE5D
Text Example
Text Example
White with #4BAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE5D; }
p { color: rgb(75,174,93); }
H1.HeaderClassName
{
color: #4BAE5D;
}
.AnyTagClassName
{
color: #4BAE5D;
}
</style>
background-color css
<style>
a { background-color: #4BAE5D; }
a { background-color: rgb(75,174,93); }
div.DivClassName
{
background-color: #4BAE5D;
}
.BgClassName
{
background-color: #4BAE5D;
}
</style>
border-color css
<style>
span { border-color: #4BAE5D; }
span { border-color: rgb(75,174,93); }
td.TdClassName
{
border-color: #4BAE5D;
}
.TagClassName
{
border-color: #4BAE5D;
}
</style>