Shades of Fruit Salad #469D4C
Tints of Fruit Salad #469D4C
RGB
CMYK
RGB Variations
Color information
#469D4C (or 0x469D4C) is known color: Fruit Salad. HEX triplet: 46, 9D and 4C. RGB value is (70,157,76). Sum of RGB (Red+Green+Blue) = 70+157+76=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #469D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D4C is #B962B3. Grayscale: #797979. Windows color (decimal): -12149428 or 5020998. OLE color: 5020998.
HSL color Cylindrical-coordinate representation of color #469D4C: hue angle of 124.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D4C is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 76 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.38 |
| HSL | 124.14º | 0.38% | 0.45% | - |
| HSV(B) | 124.14º | 0.55% | 0.62% | - |
| XYZ | 15.89 | 25.94 | 11.01 | - |
| YUV | 121.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 76 | 0.55 | 0 | 0.52 | 0.38 | 124.14 | 0.38 | 0.45 |
| Hex | 46 | 9D | 4C | 37 | 0 | 34 | 26 | 7C | 26 | 2D |
| Octal | 106 | 235 | 114 | 67 | 0 | 64 | 46 | 174 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1001100 | 110111 | 0 | 110100 | 100110 | 1111100 | 100110 | 101101 |
Color Harmonies of #469D4C
Complementary color
Monochromatic Colors of #469D4C
Black with #469D4C
Text Example
Text Example
White with #469D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D4C; }
p { color: rgb(70,157,76); }
H1.HeaderClassName
{
color: #469D4C;
}
.AnyTagClassName
{
color: #469D4C;
}
</style>
background-color css
<style>
a { background-color: #469D4C; }
a { background-color: rgb(70,157,76); }
div.DivClassName
{
background-color: #469D4C;
}
.BgClassName
{
background-color: #469D4C;
}
</style>
border-color css
<style>
span { border-color: #469D4C; }
span { border-color: rgb(70,157,76); }
td.TdClassName
{
border-color: #469D4C;
}
.TagClassName
{
border-color: #469D4C;
}
</style>