Shades of Fruit Salad #48AD42
Tints of Fruit Salad #48AD42
RGB
CMYK
RGB Variations
Color information
#48AD42 (or 0x48AD42) is known color: Fruit Salad. HEX triplet: 48, AD and 42. RGB value is (72,173,66). Sum of RGB (Red+Green+Blue) = 72+173+66=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AD42 is #B752BD. Grayscale: #828282. Windows color (decimal): -12014270 or 4369736. OLE color: 4369736.
HSL color Cylindrical-coordinate representation of color #48AD42: hue angle of 116.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48AD42 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 66 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.32 |
| HSL | 116.64º | 0.45% | 0.47% | - |
| HSV(B) | 116.64º | 0.62% | 0.68% | - |
| XYZ | 18.6 | 31.66 | 10.28 | - |
| YUV | 130.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 66 | 0.58 | 0 | 0.62 | 0.32 | 116.64 | 0.45 | 0.47 |
| Hex | 48 | AD | 42 | 3A | 0 | 3E | 20 | 75 | 2D | 2F |
| Octal | 110 | 255 | 102 | 72 | 0 | 76 | 40 | 165 | 55 | 57 |
| Binary | 1001000 | 10101101 | 1000010 | 111010 | 0 | 111110 | 100000 | 1110101 | 101101 | 101111 |
Color Harmonies of #48AD42
Complementary color
Monochromatic Colors of #48AD42
Black with #48AD42
Text Example
Text Example
White with #48AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD42; }
p { color: rgb(72,173,66); }
H1.HeaderClassName
{
color: #48AD42;
}
.AnyTagClassName
{
color: #48AD42;
}
</style>
background-color css
<style>
a { background-color: #48AD42; }
a { background-color: rgb(72,173,66); }
div.DivClassName
{
background-color: #48AD42;
}
.BgClassName
{
background-color: #48AD42;
}
</style>
border-color css
<style>
span { border-color: #48AD42; }
span { border-color: rgb(72,173,66); }
td.TdClassName
{
border-color: #48AD42;
}
.TagClassName
{
border-color: #48AD42;
}
</style>