Shades of Fruit Salad #54BD50
Tints of Fruit Salad #54BD50
RGB
CMYK
RGB Variations
Color information
#54BD50 (or 0x54BD50) is known color: Fruit Salad. HEX triplet: 54, BD and 50. RGB value is (84,189,80). Sum of RGB (Red+Green+Blue) = 84+189+80=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD50 is #AB42AF. Grayscale: #919191. Windows color (decimal): -11223728 or 5291348. OLE color: 5291348.
HSL color Cylindrical-coordinate representation of color #54BD50: hue angle of 117.8º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54BD50 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 80 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.26 |
| HSL | 117.8º | 0.45% | 0.53% | - |
| HSV(B) | 117.8º | 0.58% | 0.74% | - |
| XYZ | 23.3 | 38.86 | 13.86 | - |
| YUV | 145.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 80 | 0.56 | 0 | 0.58 | 0.26 | 117.8 | 0.45 | 0.53 |
| Hex | 54 | BD | 50 | 38 | 0 | 3A | 1A | 76 | 2D | 35 |
| Octal | 124 | 275 | 120 | 70 | 0 | 72 | 32 | 166 | 55 | 65 |
| Binary | 1010100 | 10111101 | 1010000 | 111000 | 0 | 111010 | 11010 | 1110110 | 101101 | 110101 |
Color Harmonies of #54BD50
Complementary color
Monochromatic Colors of #54BD50
Black with #54BD50
Text Example
Text Example
White with #54BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD50; }
p { color: rgb(84,189,80); }
H1.HeaderClassName
{
color: #54BD50;
}
.AnyTagClassName
{
color: #54BD50;
}
</style>
background-color css
<style>
a { background-color: #54BD50; }
a { background-color: rgb(84,189,80); }
div.DivClassName
{
background-color: #54BD50;
}
.BgClassName
{
background-color: #54BD50;
}
</style>
border-color css
<style>
span { border-color: #54BD50; }
span { border-color: rgb(84,189,80); }
td.TdClassName
{
border-color: #54BD50;
}
.TagClassName
{
border-color: #54BD50;
}
</style>