Shades of Fruit Salad #469D43
Tints of Fruit Salad #469D43
RGB
CMYK
RGB Variations
Color information
#469D43 (or 0x469D43) is known color: Fruit Salad. HEX triplet: 46, 9D and 43. RGB value is (70,157,67). Sum of RGB (Red+Green+Blue) = 70+157+67=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #469D43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D43 is #B962BC. Grayscale: #797979. Windows color (decimal): -12149437 or 4431174. OLE color: 4431174.
HSL color Cylindrical-coordinate representation of color #469D43: hue angle of 118º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469D43 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 67 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.38 |
| HSL | 118º | 0.4% | 0.44% | - |
| HSV(B) | 118º | 0.57% | 0.62% | - |
| XYZ | 15.6 | 25.82 | 9.47 | - |
| YUV | 120.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 67 | 0.55 | 0 | 0.57 | 0.38 | 118 | 0.4 | 0.44 |
| Hex | 46 | 9D | 43 | 37 | 0 | 39 | 26 | 76 | 28 | 2C |
| Octal | 106 | 235 | 103 | 67 | 0 | 71 | 46 | 166 | 50 | 54 |
| Binary | 1000110 | 10011101 | 1000011 | 110111 | 0 | 111001 | 100110 | 1110110 | 101000 | 101100 |
Color Harmonies of #469D43
Complementary color
Monochromatic Colors of #469D43
Black with #469D43
Text Example
Text Example
White with #469D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D43; }
p { color: rgb(70,157,67); }
H1.HeaderClassName
{
color: #469D43;
}
.AnyTagClassName
{
color: #469D43;
}
</style>
background-color css
<style>
a { background-color: #469D43; }
a { background-color: rgb(70,157,67); }
div.DivClassName
{
background-color: #469D43;
}
.BgClassName
{
background-color: #469D43;
}
</style>
border-color css
<style>
span { border-color: #469D43; }
span { border-color: rgb(70,157,67); }
td.TdClassName
{
border-color: #469D43;
}
.TagClassName
{
border-color: #469D43;
}
</style>