Shades of Fruit Salad #4AAF3F
Tints of Fruit Salad #4AAF3F
RGB
CMYK
RGB Variations
Color information
#4AAF3F (or 0x4AAF3F) is known color: Fruit Salad. HEX triplet: 4A, AF and 3F. RGB value is (74,175,63). Sum of RGB (Red+Green+Blue) = 74+175+63=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF3F is #B550C0. Grayscale: #848484. Windows color (decimal): -11882689 or 4173642. OLE color: 4173642.
HSL color Cylindrical-coordinate representation of color #4AAF3F: hue angle of 114.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAF3F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 63 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.31 |
| HSL | 114.11º | 0.47% | 0.47% | - |
| HSV(B) | 114.11º | 0.64% | 0.69% | - |
| XYZ | 19.05 | 32.47 | 9.97 | - |
| YUV | 132.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 63 | 0.58 | 0 | 0.64 | 0.31 | 114.11 | 0.47 | 0.47 |
| Hex | 4A | AF | 3F | 3A | 0 | 40 | 1F | 72 | 2F | 2F |
| Octal | 112 | 257 | 77 | 72 | 0 | 100 | 37 | 162 | 57 | 57 |
| Binary | 1001010 | 10101111 | 111111 | 111010 | 0 | 1000000 | 11111 | 1110010 | 101111 | 101111 |
Color Harmonies of #4AAF3F
Complementary color
Monochromatic Colors of #4AAF3F
Black with #4AAF3F
Text Example
Text Example
White with #4AAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF3F; }
p { color: rgb(74,175,63); }
H1.HeaderClassName
{
color: #4AAF3F;
}
.AnyTagClassName
{
color: #4AAF3F;
}
</style>
background-color css
<style>
a { background-color: #4AAF3F; }
a { background-color: rgb(74,175,63); }
div.DivClassName
{
background-color: #4AAF3F;
}
.BgClassName
{
background-color: #4AAF3F;
}
</style>
border-color css
<style>
span { border-color: #4AAF3F; }
span { border-color: rgb(74,175,63); }
td.TdClassName
{
border-color: #4AAF3F;
}
.TagClassName
{
border-color: #4AAF3F;
}
</style>