Shades of Fruit Salad #4AAF58
Tints of Fruit Salad #4AAF58
RGB
CMYK
RGB Variations
Color information
#4AAF58 (or 0x4AAF58) is known color: Fruit Salad. HEX triplet: 4A, AF and 58. RGB value is (74,175,88). Sum of RGB (Red+Green+Blue) = 74+175+88=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF58 is #B550A7. Grayscale: #878787. Windows color (decimal): -11882664 or 5812042. OLE color: 5812042.
HSL color Cylindrical-coordinate representation of color #4AAF58: hue angle of 128.32º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF58 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 88 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.31 |
| HSL | 128.32º | 0.41% | 0.49% | - |
| HSV(B) | 128.32º | 0.58% | 0.69% | - |
| XYZ | 19.92 | 32.82 | 14.52 | - |
| YUV | 134.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 88 | 0.58 | 0 | 0.50 | 0.31 | 128.32 | 0.41 | 0.49 |
| Hex | 4A | AF | 58 | 3A | 0 | 32 | 1F | 80 | 29 | 31 |
| Octal | 112 | 257 | 130 | 72 | 0 | 62 | 37 | 200 | 51 | 61 |
| Binary | 1001010 | 10101111 | 1011000 | 111010 | 0 | 110010 | 11111 | 10000000 | 101001 | 110001 |
Color Harmonies of #4AAF58
Complementary color
Monochromatic Colors of #4AAF58
Black with #4AAF58
Text Example
Text Example
White with #4AAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF58; }
p { color: rgb(74,175,88); }
H1.HeaderClassName
{
color: #4AAF58;
}
.AnyTagClassName
{
color: #4AAF58;
}
</style>
background-color css
<style>
a { background-color: #4AAF58; }
a { background-color: rgb(74,175,88); }
div.DivClassName
{
background-color: #4AAF58;
}
.BgClassName
{
background-color: #4AAF58;
}
</style>
border-color css
<style>
span { border-color: #4AAF58; }
span { border-color: rgb(74,175,88); }
td.TdClassName
{
border-color: #4AAF58;
}
.TagClassName
{
border-color: #4AAF58;
}
</style>