Shades of Fruit Salad #4CAF52
Tints of Fruit Salad #4CAF52
RGB
CMYK
RGB Variations
Color information
#4CAF52 (or 0x4CAF52) is known color: Fruit Salad. HEX triplet: 4C, AF and 52. RGB value is (76,175,82). Sum of RGB (Red+Green+Blue) = 76+175+82=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF52 is #B350AD. Grayscale: #878787. Windows color (decimal): -11751598 or 5418828. OLE color: 5418828.
HSL color Cylindrical-coordinate representation of color #4CAF52: hue angle of 123.64º 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 #4CAF52 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 82 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.31 |
| HSL | 123.64º | 0.39% | 0.49% | - |
| HSV(B) | 123.64º | 0.57% | 0.69% | - |
| XYZ | 19.83 | 32.81 | 13.27 | - |
| YUV | 134.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 82 | 0.57 | 0 | 0.53 | 0.31 | 123.64 | 0.39 | 0.49 |
| Hex | 4C | AF | 52 | 39 | 0 | 35 | 1F | 7C | 27 | 31 |
| Octal | 114 | 257 | 122 | 71 | 0 | 65 | 37 | 174 | 47 | 61 |
| Binary | 1001100 | 10101111 | 1010010 | 111001 | 0 | 110101 | 11111 | 1111100 | 100111 | 110001 |
Color Harmonies of #4CAF52
Complementary color
Monochromatic Colors of #4CAF52
Black with #4CAF52
Text Example
Text Example
White with #4CAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF52; }
p { color: rgb(76,175,82); }
H1.HeaderClassName
{
color: #4CAF52;
}
.AnyTagClassName
{
color: #4CAF52;
}
</style>
background-color css
<style>
a { background-color: #4CAF52; }
a { background-color: rgb(76,175,82); }
div.DivClassName
{
background-color: #4CAF52;
}
.BgClassName
{
background-color: #4CAF52;
}
</style>
border-color css
<style>
span { border-color: #4CAF52; }
span { border-color: rgb(76,175,82); }
td.TdClassName
{
border-color: #4CAF52;
}
.TagClassName
{
border-color: #4CAF52;
}
</style>