Shades of Fruit Salad #439E50
Tints of Fruit Salad #439E50
RGB
CMYK
RGB Variations
Color information
#439E50 (or 0x439E50) is known color: Fruit Salad. HEX triplet: 43, 9E and 50. RGB value is (67,158,80). Sum of RGB (Red+Green+Blue) = 67+158+80=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #439E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E50 is #BC61AF. Grayscale: #7A7A7A. Windows color (decimal): -12345776 or 5283395. OLE color: 5283395.
HSL color Cylindrical-coordinate representation of color #439E50: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E50 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 80 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.38 |
| HSL | 128.57º | 0.4% | 0.44% | - |
| HSV(B) | 128.57º | 0.58% | 0.62% | - |
| XYZ | 15.99 | 26.23 | 11.81 | - |
| YUV | 121.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 80 | 0.58 | 0 | 0.49 | 0.38 | 128.57 | 0.4 | 0.44 |
| Hex | 43 | 9E | 50 | 3A | 0 | 31 | 26 | 81 | 28 | 2C |
| Octal | 103 | 236 | 120 | 72 | 0 | 61 | 46 | 201 | 50 | 54 |
| Binary | 1000011 | 10011110 | 1010000 | 111010 | 0 | 110001 | 100110 | 10000001 | 101000 | 101100 |
Color Harmonies of #439E50
Complementary color
Monochromatic Colors of #439E50
Black with #439E50
Text Example
Text Example
White with #439E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E50; }
p { color: rgb(67,158,80); }
H1.HeaderClassName
{
color: #439E50;
}
.AnyTagClassName
{
color: #439E50;
}
</style>
background-color css
<style>
a { background-color: #439E50; }
a { background-color: rgb(67,158,80); }
div.DivClassName
{
background-color: #439E50;
}
.BgClassName
{
background-color: #439E50;
}
</style>
border-color css
<style>
span { border-color: #439E50; }
span { border-color: rgb(67,158,80); }
td.TdClassName
{
border-color: #439E50;
}
.TagClassName
{
border-color: #439E50;
}
</style>