Shades of Fruit Salad #469B4E
Tints of Fruit Salad #469B4E
RGB
CMYK
RGB Variations
Color information
#469B4E (or 0x469B4E) is known color: Fruit Salad. HEX triplet: 46, 9B and 4E. RGB value is (70,155,78). Sum of RGB (Red+Green+Blue) = 70+155+78=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #469B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B4E is #B964B1. Grayscale: #797979. Windows color (decimal): -12149938 or 5151558. OLE color: 5151558.
HSL color Cylindrical-coordinate representation of color #469B4E: hue angle of 125.65º 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 #469B4E is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 78 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.39 |
| HSL | 125.65º | 0.38% | 0.44% | - |
| HSV(B) | 125.65º | 0.55% | 0.61% | - |
| XYZ | 15.62 | 25.29 | 11.27 | - |
| YUV | 120.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 78 | 0.55 | 0 | 0.50 | 0.39 | 125.65 | 0.38 | 0.44 |
| Hex | 46 | 9B | 4E | 37 | 0 | 32 | 27 | 7E | 26 | 2C |
| Octal | 106 | 233 | 116 | 67 | 0 | 62 | 47 | 176 | 46 | 54 |
| Binary | 1000110 | 10011011 | 1001110 | 110111 | 0 | 110010 | 100111 | 1111110 | 100110 | 101100 |
Color Harmonies of #469B4E
Complementary color
Monochromatic Colors of #469B4E
Black with #469B4E
Text Example
Text Example
White with #469B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B4E; }
p { color: rgb(70,155,78); }
H1.HeaderClassName
{
color: #469B4E;
}
.AnyTagClassName
{
color: #469B4E;
}
</style>
background-color css
<style>
a { background-color: #469B4E; }
a { background-color: rgb(70,155,78); }
div.DivClassName
{
background-color: #469B4E;
}
.BgClassName
{
background-color: #469B4E;
}
</style>
border-color css
<style>
span { border-color: #469B4E; }
span { border-color: rgb(70,155,78); }
td.TdClassName
{
border-color: #469B4E;
}
.TagClassName
{
border-color: #469B4E;
}
</style>