Shades of Fruit Salad #50BF4A
Tints of Fruit Salad #50BF4A
RGB
CMYK
RGB Variations
Color information
#50BF4A (or 0x50BF4A) is known color: Fruit Salad. HEX triplet: 50, BF and 4A. RGB value is (80,191,74). Sum of RGB (Red+Green+Blue) = 80+191+74=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF4A is #AF40B5. Grayscale: #909090. Windows color (decimal): -11485366 or 4898640. OLE color: 4898640.
HSL color Cylindrical-coordinate representation of color #50BF4A: hue angle of 116.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BF4A is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 74 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.25 |
| HSL | 116.92º | 0.48% | 0.52% | - |
| HSV(B) | 116.92º | 0.61% | 0.75% | - |
| XYZ | 23.18 | 39.46 | 12.87 | - |
| YUV | 144.47 | 88.23 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 74 | 0.58 | 0 | 0.61 | 0.25 | 116.92 | 0.48 | 0.52 |
| Hex | 50 | BF | 4A | 3A | 0 | 3D | 19 | 75 | 30 | 34 |
| Octal | 120 | 277 | 112 | 72 | 0 | 75 | 31 | 165 | 60 | 64 |
| Binary | 1010000 | 10111111 | 1001010 | 111010 | 0 | 111101 | 11001 | 1110101 | 110000 | 110100 |
Color Harmonies of #50BF4A
Complementary color
Monochromatic Colors of #50BF4A
Black with #50BF4A
Text Example
Text Example
White with #50BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF4A; }
p { color: rgb(80,191,74); }
H1.HeaderClassName
{
color: #50BF4A;
}
.AnyTagClassName
{
color: #50BF4A;
}
</style>
background-color css
<style>
a { background-color: #50BF4A; }
a { background-color: rgb(80,191,74); }
div.DivClassName
{
background-color: #50BF4A;
}
.BgClassName
{
background-color: #50BF4A;
}
</style>
border-color css
<style>
span { border-color: #50BF4A; }
span { border-color: rgb(80,191,74); }
td.TdClassName
{
border-color: #50BF4A;
}
.TagClassName
{
border-color: #50BF4A;
}
</style>