Shades of Fruit Salad #46AD54
Tints of Fruit Salad #46AD54
RGB
CMYK
RGB Variations
Color information
#46AD54 (or 0x46AD54) is known color: Fruit Salad. HEX triplet: 46, AD and 54. RGB value is (70,173,84). Sum of RGB (Red+Green+Blue) = 70+173+84=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD54 is #B952AB. Grayscale: #848484. Windows color (decimal): -12145324 or 5549382. OLE color: 5549382.
HSL color Cylindrical-coordinate representation of color #46AD54: hue angle of 128.16º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD54 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 84 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.32 |
| HSL | 128.16º | 0.42% | 0.48% | - |
| HSV(B) | 128.16º | 0.6% | 0.68% | - |
| XYZ | 19.07 | 31.83 | 13.53 | - |
| YUV | 132.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 84 | 0.60 | 0 | 0.51 | 0.32 | 128.16 | 0.42 | 0.48 |
| Hex | 46 | AD | 54 | 3C | 0 | 33 | 20 | 80 | 2A | 30 |
| Octal | 106 | 255 | 124 | 74 | 0 | 63 | 40 | 200 | 52 | 60 |
| Binary | 1000110 | 10101101 | 1010100 | 111100 | 0 | 110011 | 100000 | 10000000 | 101010 | 110000 |
Color Harmonies of #46AD54
Complementary color
Monochromatic Colors of #46AD54
Black with #46AD54
Text Example
Text Example
White with #46AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD54; }
p { color: rgb(70,173,84); }
H1.HeaderClassName
{
color: #46AD54;
}
.AnyTagClassName
{
color: #46AD54;
}
</style>
background-color css
<style>
a { background-color: #46AD54; }
a { background-color: rgb(70,173,84); }
div.DivClassName
{
background-color: #46AD54;
}
.BgClassName
{
background-color: #46AD54;
}
</style>
border-color css
<style>
span { border-color: #46AD54; }
span { border-color: rgb(70,173,84); }
td.TdClassName
{
border-color: #46AD54;
}
.TagClassName
{
border-color: #46AD54;
}
</style>