Shades of Fruit Salad #469952
Tints of Fruit Salad #469952
RGB
CMYK
RGB Variations
Color information
#469952 (or 0x469952) is known color: Fruit Salad. HEX triplet: 46, 99 and 52. RGB value is (70,153,82). Sum of RGB (Red+Green+Blue) = 70+153+82=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #469952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469952 is #B966AD. Grayscale: #787878. Windows color (decimal): -12150446 or 5413190. OLE color: 5413190.
HSL color Cylindrical-coordinate representation of color #469952: hue angle of 128.67º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469952 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 82 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.4 |
| HSL | 128.67º | 0.37% | 0.44% | - |
| HSV(B) | 128.67º | 0.54% | 0.6% | - |
| XYZ | 15.44 | 24.69 | 11.94 | - |
| YUV | 120.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 82 | 0.54 | 0 | 0.46 | 0.4 | 128.67 | 0.37 | 0.44 |
| Hex | 46 | 99 | 52 | 36 | 0 | 2E | 28 | 81 | 25 | 2C |
| Octal | 106 | 231 | 122 | 66 | 0 | 56 | 50 | 201 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1010010 | 110110 | 0 | 101110 | 101000 | 10000001 | 100101 | 101100 |
Color Harmonies of #469952
Complementary color
Monochromatic Colors of #469952
Black with #469952
Text Example
Text Example
White with #469952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469952; }
p { color: rgb(70,153,82); }
H1.HeaderClassName
{
color: #469952;
}
.AnyTagClassName
{
color: #469952;
}
</style>
background-color css
<style>
a { background-color: #469952; }
a { background-color: rgb(70,153,82); }
div.DivClassName
{
background-color: #469952;
}
.BgClassName
{
background-color: #469952;
}
</style>
border-color css
<style>
span { border-color: #469952; }
span { border-color: rgb(70,153,82); }
td.TdClassName
{
border-color: #469952;
}
.TagClassName
{
border-color: #469952;
}
</style>