Shades of Fruit Salad #4CAF5D
Tints of Fruit Salad #4CAF5D
RGB
CMYK
RGB Variations
Color information
#4CAF5D (or 0x4CAF5D) is known color: Fruit Salad. HEX triplet: 4C, AF and 5D. RGB value is (76,175,93). Sum of RGB (Red+Green+Blue) = 76+175+93=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF5D is #B350A2. Grayscale: #888888. Windows color (decimal): -11751587 or 6139724. OLE color: 6139724.
HSL color Cylindrical-coordinate representation of color #4CAF5D: hue angle of 130.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF5D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 93 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.31 |
| HSL | 130.3º | 0.39% | 0.49% | - |
| HSV(B) | 130.3º | 0.57% | 0.69% | - |
| XYZ | 20.29 | 32.99 | 15.65 | - |
| YUV | 136.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 93 | 0.57 | 0 | 0.47 | 0.31 | 130.3 | 0.39 | 0.49 |
| Hex | 4C | AF | 5D | 39 | 0 | 2F | 1F | 82 | 27 | 31 |
| Octal | 114 | 257 | 135 | 71 | 0 | 57 | 37 | 202 | 47 | 61 |
| Binary | 1001100 | 10101111 | 1011101 | 111001 | 0 | 101111 | 11111 | 10000010 | 100111 | 110001 |
Color Harmonies of #4CAF5D
Complementary color
Monochromatic Colors of #4CAF5D
Black with #4CAF5D
Text Example
Text Example
White with #4CAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF5D; }
p { color: rgb(76,175,93); }
H1.HeaderClassName
{
color: #4CAF5D;
}
.AnyTagClassName
{
color: #4CAF5D;
}
</style>
background-color css
<style>
a { background-color: #4CAF5D; }
a { background-color: rgb(76,175,93); }
div.DivClassName
{
background-color: #4CAF5D;
}
.BgClassName
{
background-color: #4CAF5D;
}
</style>
border-color css
<style>
span { border-color: #4CAF5D; }
span { border-color: rgb(76,175,93); }
td.TdClassName
{
border-color: #4CAF5D;
}
.TagClassName
{
border-color: #4CAF5D;
}
</style>