Shades of Fruit Salad #4AAF38
Tints of Fruit Salad #4AAF38
RGB
CMYK
RGB Variations
Color information
#4AAF38 (or 0x4AAF38) is known color: Fruit Salad. HEX triplet: 4A, AF and 38. RGB value is (74,175,56). Sum of RGB (Red+Green+Blue) = 74+175+56=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF38 is #B550C7. Grayscale: #838383. Windows color (decimal): -11882696 or 3714890. OLE color: 3714890.
HSL color Cylindrical-coordinate representation of color #4AAF38: hue angle of 110.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AAF38 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 56 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.31 |
| HSL | 110.92º | 0.52% | 0.45% | - |
| HSV(B) | 110.92º | 0.68% | 0.69% | - |
| XYZ | 18.87 | 32.4 | 9 | - |
| YUV | 131.24 | 85.54 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 56 | 0.58 | 0 | 0.68 | 0.31 | 110.92 | 0.52 | 0.45 |
| Hex | 4A | AF | 38 | 3A | 0 | 44 | 1F | 6F | 34 | 2D |
| Octal | 112 | 257 | 70 | 72 | 0 | 104 | 37 | 157 | 64 | 55 |
| Binary | 1001010 | 10101111 | 111000 | 111010 | 0 | 1000100 | 11111 | 1101111 | 110100 | 101101 |
Color Harmonies of #4AAF38
Complementary color
Monochromatic Colors of #4AAF38
Black with #4AAF38
Text Example
Text Example
White with #4AAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF38; }
p { color: rgb(74,175,56); }
H1.HeaderClassName
{
color: #4AAF38;
}
.AnyTagClassName
{
color: #4AAF38;
}
</style>
background-color css
<style>
a { background-color: #4AAF38; }
a { background-color: rgb(74,175,56); }
div.DivClassName
{
background-color: #4AAF38;
}
.BgClassName
{
background-color: #4AAF38;
}
</style>
border-color css
<style>
span { border-color: #4AAF38; }
span { border-color: rgb(74,175,56); }
td.TdClassName
{
border-color: #4AAF38;
}
.TagClassName
{
border-color: #4AAF38;
}
</style>