Shades of Fruit Salad #54C151
Tints of Fruit Salad #54C151
RGB
CMYK
RGB Variations
Color information
#54C151 (or 0x54C151) is known color: Fruit Salad. HEX triplet: 54, C1 and 51. RGB value is (84,193,81). Sum of RGB (Red+Green+Blue) = 84+193+81=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #54C151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C151 is #AB3EAE. Grayscale: #939393. Windows color (decimal): -11222703 or 5357908. OLE color: 5357908.
HSL color Cylindrical-coordinate representation of color #54C151: hue angle of 118.39º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C151 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 81 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.24 |
| HSL | 118.39º | 0.47% | 0.54% | - |
| HSV(B) | 118.39º | 0.58% | 0.76% | - |
| XYZ | 24.21 | 40.62 | 14.35 | - |
| YUV | 147.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 81 | 0.56 | 0 | 0.58 | 0.24 | 118.39 | 0.47 | 0.54 |
| Hex | 54 | C1 | 51 | 38 | 0 | 3A | 18 | 76 | 2F | 36 |
| Octal | 124 | 301 | 121 | 70 | 0 | 72 | 30 | 166 | 57 | 66 |
| Binary | 1010100 | 11000001 | 1010001 | 111000 | 0 | 111010 | 11000 | 1110110 | 101111 | 110110 |
Color Harmonies of #54C151
Complementary color
Monochromatic Colors of #54C151
Black with #54C151
Text Example
Text Example
White with #54C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C151; }
p { color: rgb(84,193,81); }
H1.HeaderClassName
{
color: #54C151;
}
.AnyTagClassName
{
color: #54C151;
}
</style>
background-color css
<style>
a { background-color: #54C151; }
a { background-color: rgb(84,193,81); }
div.DivClassName
{
background-color: #54C151;
}
.BgClassName
{
background-color: #54C151;
}
</style>
border-color css
<style>
span { border-color: #54C151; }
span { border-color: rgb(84,193,81); }
td.TdClassName
{
border-color: #54C151;
}
.TagClassName
{
border-color: #54C151;
}
</style>