Shades of Fruit Salad #4BAE40
Tints of Fruit Salad #4BAE40
RGB
CMYK
RGB Variations
Color information
#4BAE40 (or 0x4BAE40) is known color: Fruit Salad. HEX triplet: 4B, AE and 40. RGB value is (75,174,64). Sum of RGB (Red+Green+Blue) = 75+174+64=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE40 is #B451BF. Grayscale: #848484. Windows color (decimal): -11817408 or 4238923. OLE color: 4238923.
HSL color Cylindrical-coordinate representation of color #4BAE40: hue angle of 114º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BAE40 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 64 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.32 |
| HSL | 114º | 0.46% | 0.47% | - |
| HSV(B) | 114º | 0.63% | 0.68% | - |
| XYZ | 18.96 | 32.14 | 10.05 | - |
| YUV | 131.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 64 | 0.57 | 0 | 0.63 | 0.32 | 114 | 0.46 | 0.47 |
| Hex | 4B | AE | 40 | 39 | 0 | 3F | 20 | 72 | 2E | 2F |
| Octal | 113 | 256 | 100 | 71 | 0 | 77 | 40 | 162 | 56 | 57 |
| Binary | 1001011 | 10101110 | 1000000 | 111001 | 0 | 111111 | 100000 | 1110010 | 101110 | 101111 |
Color Harmonies of #4BAE40
Complementary color
Monochromatic Colors of #4BAE40
Black with #4BAE40
Text Example
Text Example
White with #4BAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE40; }
p { color: rgb(75,174,64); }
H1.HeaderClassName
{
color: #4BAE40;
}
.AnyTagClassName
{
color: #4BAE40;
}
</style>
background-color css
<style>
a { background-color: #4BAE40; }
a { background-color: rgb(75,174,64); }
div.DivClassName
{
background-color: #4BAE40;
}
.BgClassName
{
background-color: #4BAE40;
}
</style>
border-color css
<style>
span { border-color: #4BAE40; }
span { border-color: rgb(75,174,64); }
td.TdClassName
{
border-color: #4BAE40;
}
.TagClassName
{
border-color: #4BAE40;
}
</style>