Shades of Fruit Salad #54B24F
Tints of Fruit Salad #54B24F
RGB
CMYK
RGB Variations
Color information
#54B24F (or 0x54B24F) is known color: Fruit Salad. HEX triplet: 54, B2 and 4F. RGB value is (84,178,79). Sum of RGB (Red+Green+Blue) = 84+178+79=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #54B24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B24F is #AB4DB0. Grayscale: #8A8A8A. Windows color (decimal): -11226545 or 5222996. OLE color: 5222996.
HSL color Cylindrical-coordinate representation of color #54B24F: hue angle of 116.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B24F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 79 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.30 |
| HSL | 116.97º | 0.39% | 0.5% | - |
| HSV(B) | 116.97º | 0.56% | 0.7% | - |
| XYZ | 20.99 | 34.29 | 12.91 | - |
| YUV | 138.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 79 | 0.53 | 0 | 0.56 | 0.30 | 116.97 | 0.39 | 0.5 |
| Hex | 54 | B2 | 4F | 35 | 0 | 38 | 1E | 75 | 27 | 32 |
| Octal | 124 | 262 | 117 | 65 | 0 | 70 | 36 | 165 | 47 | 62 |
| Binary | 1010100 | 10110010 | 1001111 | 110101 | 0 | 111000 | 11110 | 1110101 | 100111 | 110010 |
Color Harmonies of #54B24F
Complementary color
Monochromatic Colors of #54B24F
Black with #54B24F
Text Example
Text Example
White with #54B24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B24F; }
p { color: rgb(84,178,79); }
H1.HeaderClassName
{
color: #54B24F;
}
.AnyTagClassName
{
color: #54B24F;
}
</style>
background-color css
<style>
a { background-color: #54B24F; }
a { background-color: rgb(84,178,79); }
div.DivClassName
{
background-color: #54B24F;
}
.BgClassName
{
background-color: #54B24F;
}
</style>
border-color css
<style>
span { border-color: #54B24F; }
span { border-color: rgb(84,178,79); }
td.TdClassName
{
border-color: #54B24F;
}
.TagClassName
{
border-color: #54B24F;
}
</style>