Shades of Fruit Salad #469A51
Tints of Fruit Salad #469A51
RGB
CMYK
RGB Variations
Color information
#469A51 (or 0x469A51) is known color: Fruit Salad. HEX triplet: 46, 9A and 51. RGB value is (70,154,81). Sum of RGB (Red+Green+Blue) = 70+154+81=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #469A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A51 is #B965AE. Grayscale: #787878. Windows color (decimal): -12150191 or 5347910. OLE color: 5347910.
HSL color Cylindrical-coordinate representation of color #469A51: hue angle of 127.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A51 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 81 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.40 |
| HSL | 127.86º | 0.38% | 0.44% | - |
| HSV(B) | 127.86º | 0.55% | 0.6% | - |
| XYZ | 15.57 | 25.01 | 11.79 | - |
| YUV | 120.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 81 | 0.55 | 0 | 0.47 | 0.40 | 127.86 | 0.38 | 0.44 |
| Hex | 46 | 9A | 51 | 37 | 0 | 2F | 28 | 80 | 26 | 2C |
| Octal | 106 | 232 | 121 | 67 | 0 | 57 | 50 | 200 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1010001 | 110111 | 0 | 101111 | 101000 | 10000000 | 100110 | 101100 |
Color Harmonies of #469A51
Complementary color
Monochromatic Colors of #469A51
Black with #469A51
Text Example
Text Example
White with #469A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A51; }
p { color: rgb(70,154,81); }
H1.HeaderClassName
{
color: #469A51;
}
.AnyTagClassName
{
color: #469A51;
}
</style>
background-color css
<style>
a { background-color: #469A51; }
a { background-color: rgb(70,154,81); }
div.DivClassName
{
background-color: #469A51;
}
.BgClassName
{
background-color: #469A51;
}
</style>
border-color css
<style>
span { border-color: #469A51; }
span { border-color: rgb(70,154,81); }
td.TdClassName
{
border-color: #469A51;
}
.TagClassName
{
border-color: #469A51;
}
</style>