Shades of Fruit Salad #4BAE43
Tints of Fruit Salad #4BAE43
RGB
CMYK
RGB Variations
Color information
#4BAE43 (or 0x4BAE43) is known color: Fruit Salad. HEX triplet: 4B, AE and 43. RGB value is (75,174,67). Sum of RGB (Red+Green+Blue) = 75+174+67=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAE43 is #B451BC. Grayscale: #848484. Windows color (decimal): -11817405 or 4435531. OLE color: 4435531.
HSL color Cylindrical-coordinate representation of color #4BAE43: hue angle of 115.51º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BAE43 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 174 | 67 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.32 |
| HSL | 115.51º | 0.44% | 0.47% | - |
| HSV(B) | 115.51º | 0.61% | 0.68% | - |
| XYZ | 19.05 | 32.17 | 10.52 | - |
| YUV | 132.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 67 | 0.57 | 0 | 0.61 | 0.32 | 115.51 | 0.44 | 0.47 |
| Hex | 4B | AE | 43 | 39 | 0 | 3D | 20 | 74 | 2C | 2F |
| Octal | 113 | 256 | 103 | 71 | 0 | 75 | 40 | 164 | 54 | 57 |
| Binary | 1001011 | 10101110 | 1000011 | 111001 | 0 | 111101 | 100000 | 1110100 | 101100 | 101111 |
Color Harmonies of #4BAE43
Complementary color
Monochromatic Colors of #4BAE43
Black with #4BAE43
Text Example
Text Example
White with #4BAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAE43; }
p { color: rgb(75,174,67); }
H1.HeaderClassName
{
color: #4BAE43;
}
.AnyTagClassName
{
color: #4BAE43;
}
</style>
background-color css
<style>
a { background-color: #4BAE43; }
a { background-color: rgb(75,174,67); }
div.DivClassName
{
background-color: #4BAE43;
}
.BgClassName
{
background-color: #4BAE43;
}
</style>
border-color css
<style>
span { border-color: #4BAE43; }
span { border-color: rgb(75,174,67); }
td.TdClassName
{
border-color: #4BAE43;
}
.TagClassName
{
border-color: #4BAE43;
}
</style>