Shades of Fruit Salad #469A4E
Tints of Fruit Salad #469A4E
RGB
CMYK
RGB Variations
Color information
#469A4E (or 0x469A4E) is known color: Fruit Salad. HEX triplet: 46, 9A and 4E. RGB value is (70,154,78). Sum of RGB (Red+Green+Blue) = 70+154+78=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #469A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A4E is #B965B1. Grayscale: #787878. Windows color (decimal): -12150194 or 5151302. OLE color: 5151302.
HSL color Cylindrical-coordinate representation of color #469A4E: hue angle of 125.71º 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 #469A4E is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 78 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.40 |
| HSL | 125.71º | 0.38% | 0.44% | - |
| HSV(B) | 125.71º | 0.55% | 0.6% | - |
| XYZ | 15.46 | 24.96 | 11.21 | - |
| YUV | 120.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 78 | 0.55 | 0 | 0.49 | 0.40 | 125.71 | 0.38 | 0.44 |
| Hex | 46 | 9A | 4E | 37 | 0 | 31 | 28 | 7E | 26 | 2C |
| Octal | 106 | 232 | 116 | 67 | 0 | 61 | 50 | 176 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1001110 | 110111 | 0 | 110001 | 101000 | 1111110 | 100110 | 101100 |
Color Harmonies of #469A4E
Complementary color
Monochromatic Colors of #469A4E
Black with #469A4E
Text Example
Text Example
White with #469A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A4E; }
p { color: rgb(70,154,78); }
H1.HeaderClassName
{
color: #469A4E;
}
.AnyTagClassName
{
color: #469A4E;
}
</style>
background-color css
<style>
a { background-color: #469A4E; }
a { background-color: rgb(70,154,78); }
div.DivClassName
{
background-color: #469A4E;
}
.BgClassName
{
background-color: #469A4E;
}
</style>
border-color css
<style>
span { border-color: #469A4E; }
span { border-color: rgb(70,154,78); }
td.TdClassName
{
border-color: #469A4E;
}
.TagClassName
{
border-color: #469A4E;
}
</style>