Shades of Fruit Salad #469B50
Tints of Fruit Salad #469B50
RGB
CMYK
RGB Variations
Color information
#469B50 (or 0x469B50) is known color: Fruit Salad. HEX triplet: 46, 9B and 50. RGB value is (70,155,80). Sum of RGB (Red+Green+Blue) = 70+155+80=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #469B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B50 is #B964AF. Grayscale: #797979. Windows color (decimal): -12149936 or 5282630. OLE color: 5282630.
HSL color Cylindrical-coordinate representation of color #469B50: hue angle of 127.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B50 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 80 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.39 |
| HSL | 127.06º | 0.38% | 0.44% | - |
| HSV(B) | 127.06º | 0.55% | 0.61% | - |
| XYZ | 15.7 | 25.32 | 11.65 | - |
| YUV | 121.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 80 | 0.55 | 0 | 0.48 | 0.39 | 127.06 | 0.38 | 0.44 |
| Hex | 46 | 9B | 50 | 37 | 0 | 30 | 27 | 7F | 26 | 2C |
| Octal | 106 | 233 | 120 | 67 | 0 | 60 | 47 | 177 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1010000 | 110111 | 0 | 110000 | 100111 | 1111111 | 100110 | 101100 |
Color Harmonies of #469B50
Complementary color
Monochromatic Colors of #469B50
Black with #469B50
Text Example
Text Example
White with #469B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B50; }
p { color: rgb(70,155,80); }
H1.HeaderClassName
{
color: #469B50;
}
.AnyTagClassName
{
color: #469B50;
}
</style>
background-color css
<style>
a { background-color: #469B50; }
a { background-color: rgb(70,155,80); }
div.DivClassName
{
background-color: #469B50;
}
.BgClassName
{
background-color: #469B50;
}
</style>
border-color css
<style>
span { border-color: #469B50; }
span { border-color: rgb(70,155,80); }
td.TdClassName
{
border-color: #469B50;
}
.TagClassName
{
border-color: #469B50;
}
</style>