Shades of Fruit Salad #48AF4D
Tints of Fruit Salad #48AF4D
RGB
CMYK
RGB Variations
Color information
#48AF4D (or 0x48AF4D) is known color: Fruit Salad. HEX triplet: 48, AF and 4D. RGB value is (72,175,77). Sum of RGB (Red+Green+Blue) = 72+175+77=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF4D is #B750B2. Grayscale: #858585. Windows color (decimal): -12013747 or 5091144. OLE color: 5091144.
HSL color Cylindrical-coordinate representation of color #48AF4D: hue angle of 122.91º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF4D is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 175 | 77 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.31 |
| HSL | 122.91º | 0.42% | 0.48% | - |
| HSV(B) | 122.91º | 0.59% | 0.69% | - |
| XYZ | 19.34 | 32.57 | 12.29 | - |
| YUV | 133.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 175 | 77 | 0.59 | 0 | 0.56 | 0.31 | 122.91 | 0.42 | 0.48 |
| Hex | 48 | AF | 4D | 3B | 0 | 38 | 1F | 7B | 2A | 30 |
| Octal | 110 | 257 | 115 | 73 | 0 | 70 | 37 | 173 | 52 | 60 |
| Binary | 1001000 | 10101111 | 1001101 | 111011 | 0 | 111000 | 11111 | 1111011 | 101010 | 110000 |
Color Harmonies of #48AF4D
Complementary color
Monochromatic Colors of #48AF4D
Black with #48AF4D
Text Example
Text Example
White with #48AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AF4D; }
p { color: rgb(72,175,77); }
H1.HeaderClassName
{
color: #48AF4D;
}
.AnyTagClassName
{
color: #48AF4D;
}
</style>
background-color css
<style>
a { background-color: #48AF4D; }
a { background-color: rgb(72,175,77); }
div.DivClassName
{
background-color: #48AF4D;
}
.BgClassName
{
background-color: #48AF4D;
}
</style>
border-color css
<style>
span { border-color: #48AF4D; }
span { border-color: rgb(72,175,77); }
td.TdClassName
{
border-color: #48AF4D;
}
.TagClassName
{
border-color: #48AF4D;
}
</style>