Shades of Fruit Salad #54BC54
Tints of Fruit Salad #54BC54
RGB
CMYK
RGB Variations
Color information
#54BC54 (or 0x54BC54) is known color: Fruit Salad. HEX triplet: 54, BC and 54. RGB value is (84,188,84). Sum of RGB (Red+Green+Blue) = 84+188+84=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC54 is #AB43AB. Grayscale: #919191. Windows color (decimal): -11223980 or 5553236. OLE color: 5553236.
HSL color Cylindrical-coordinate representation of color #54BC54: hue angle of 120º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC54 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 84 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.26 |
| HSL | 120º | 0.44% | 0.53% | - |
| HSV(B) | 120º | 0.55% | 0.74% | - |
| XYZ | 23.24 | 38.49 | 14.59 | - |
| YUV | 145.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 84 | 0.55 | 0 | 0.55 | 0.26 | 120 | 0.44 | 0.53 |
| Hex | 54 | BC | 54 | 37 | 0 | 37 | 1A | 78 | 2C | 35 |
| Octal | 124 | 274 | 124 | 67 | 0 | 67 | 32 | 170 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1010100 | 110111 | 0 | 110111 | 11010 | 1111000 | 101100 | 110101 |
Color Harmonies of #54BC54
Complementary color
Monochromatic Colors of #54BC54
Black with #54BC54
Text Example
Text Example
White with #54BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC54; }
p { color: rgb(84,188,84); }
H1.HeaderClassName
{
color: #54BC54;
}
.AnyTagClassName
{
color: #54BC54;
}
</style>
background-color css
<style>
a { background-color: #54BC54; }
a { background-color: rgb(84,188,84); }
div.DivClassName
{
background-color: #54BC54;
}
.BgClassName
{
background-color: #54BC54;
}
</style>
border-color css
<style>
span { border-color: #54BC54; }
span { border-color: rgb(84,188,84); }
td.TdClassName
{
border-color: #54BC54;
}
.TagClassName
{
border-color: #54BC54;
}
</style>