Shades of Fruit Salad #50AF43
Tints of Fruit Salad #50AF43
RGB
CMYK
RGB Variations
Color information
#50AF43 (or 0x50AF43) is known color: Fruit Salad. HEX triplet: 50, AF and 43. RGB value is (80,175,67). Sum of RGB (Red+Green+Blue) = 80+175+67=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF43 is #AF50BC. Grayscale: #868686. Windows color (decimal): -11489469 or 4435792. OLE color: 4435792.
HSL color Cylindrical-coordinate representation of color #50AF43: hue angle of 112.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50AF43 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 67 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.31 |
| HSL | 112.78º | 0.45% | 0.47% | - |
| HSV(B) | 112.78º | 0.62% | 0.69% | - |
| XYZ | 19.65 | 32.77 | 10.6 | - |
| YUV | 134.28 | 90.03 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 67 | 0.54 | 0 | 0.62 | 0.31 | 112.78 | 0.45 | 0.47 |
| Hex | 50 | AF | 43 | 36 | 0 | 3E | 1F | 71 | 2D | 2F |
| Octal | 120 | 257 | 103 | 66 | 0 | 76 | 37 | 161 | 55 | 57 |
| Binary | 1010000 | 10101111 | 1000011 | 110110 | 0 | 111110 | 11111 | 1110001 | 101101 | 101111 |
Color Harmonies of #50AF43
Complementary color
Monochromatic Colors of #50AF43
Black with #50AF43
Text Example
Text Example
White with #50AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF43; }
p { color: rgb(80,175,67); }
H1.HeaderClassName
{
color: #50AF43;
}
.AnyTagClassName
{
color: #50AF43;
}
</style>
background-color css
<style>
a { background-color: #50AF43; }
a { background-color: rgb(80,175,67); }
div.DivClassName
{
background-color: #50AF43;
}
.BgClassName
{
background-color: #50AF43;
}
</style>
border-color css
<style>
span { border-color: #50AF43; }
span { border-color: rgb(80,175,67); }
td.TdClassName
{
border-color: #50AF43;
}
.TagClassName
{
border-color: #50AF43;
}
</style>