Shades of Fruit Salad #54B24C
Tints of Fruit Salad #54B24C
RGB
CMYK
RGB Variations
Color information
#54B24C (or 0x54B24C) is known color: Fruit Salad. HEX triplet: 54, B2 and 4C. RGB value is (84,178,76). Sum of RGB (Red+Green+Blue) = 84+178+76=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #54B24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54B24C is #AB4DB3. Grayscale: #8A8A8A. Windows color (decimal): -11226548 or 5026388. OLE color: 5026388.
HSL color Cylindrical-coordinate representation of color #54B24C: hue angle of 115.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54B24C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 76 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.30 |
| HSL | 115.29º | 0.4% | 0.5% | - |
| HSV(B) | 115.29º | 0.57% | 0.7% | - |
| XYZ | 20.88 | 34.25 | 12.35 | - |
| YUV | 138.27 | 92.86 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 76 | 0.53 | 0 | 0.57 | 0.30 | 115.29 | 0.4 | 0.5 |
| Hex | 54 | B2 | 4C | 35 | 0 | 39 | 1E | 73 | 28 | 32 |
| Octal | 124 | 262 | 114 | 65 | 0 | 71 | 36 | 163 | 50 | 62 |
| Binary | 1010100 | 10110010 | 1001100 | 110101 | 0 | 111001 | 11110 | 1110011 | 101000 | 110010 |
Color Harmonies of #54B24C
Complementary color
Monochromatic Colors of #54B24C
Black with #54B24C
Text Example
Text Example
White with #54B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B24C; }
p { color: rgb(84,178,76); }
H1.HeaderClassName
{
color: #54B24C;
}
.AnyTagClassName
{
color: #54B24C;
}
</style>
background-color css
<style>
a { background-color: #54B24C; }
a { background-color: rgb(84,178,76); }
div.DivClassName
{
background-color: #54B24C;
}
.BgClassName
{
background-color: #54B24C;
}
</style>
border-color css
<style>
span { border-color: #54B24C; }
span { border-color: rgb(84,178,76); }
td.TdClassName
{
border-color: #54B24C;
}
.TagClassName
{
border-color: #54B24C;
}
</style>