Shades of Fruit Salad #459F50
Tints of Fruit Salad #459F50
RGB
CMYK
RGB Variations
Color information
#459F50 (or 0x459F50) is known color: Fruit Salad. HEX triplet: 45, 9F and 50. RGB value is (69,159,80). Sum of RGB (Red+Green+Blue) = 69+159+80=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #459F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459F50 is #BA60AF. Grayscale: #7B7B7B. Windows color (decimal): -12214448 or 5283653. OLE color: 5283653.
HSL color Cylindrical-coordinate representation of color #459F50: hue angle of 127.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F50 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 80 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.38 |
| HSL | 127.33º | 0.39% | 0.45% | - |
| HSV(B) | 127.33º | 0.57% | 0.62% | - |
| XYZ | 16.3 | 26.64 | 11.87 | - |
| YUV | 123.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 80 | 0.57 | 0 | 0.50 | 0.38 | 127.33 | 0.39 | 0.45 |
| Hex | 45 | 9F | 50 | 39 | 0 | 32 | 26 | 7F | 27 | 2D |
| Octal | 105 | 237 | 120 | 71 | 0 | 62 | 46 | 177 | 47 | 55 |
| Binary | 1000101 | 10011111 | 1010000 | 111001 | 0 | 110010 | 100110 | 1111111 | 100111 | 101101 |
Color Harmonies of #459F50
Complementary color
Monochromatic Colors of #459F50
Black with #459F50
Text Example
Text Example
White with #459F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F50; }
p { color: rgb(69,159,80); }
H1.HeaderClassName
{
color: #459F50;
}
.AnyTagClassName
{
color: #459F50;
}
</style>
background-color css
<style>
a { background-color: #459F50; }
a { background-color: rgb(69,159,80); }
div.DivClassName
{
background-color: #459F50;
}
.BgClassName
{
background-color: #459F50;
}
</style>
border-color css
<style>
span { border-color: #459F50; }
span { border-color: rgb(69,159,80); }
td.TdClassName
{
border-color: #459F50;
}
.TagClassName
{
border-color: #459F50;
}
</style>