Shades of Fruit Salad #54A75A
Tints of Fruit Salad #54A75A
RGB
CMYK
RGB Variations
Color information
#54A75A (or 0x54A75A) is known color: Fruit Salad. HEX triplet: 54, A7 and 5A. RGB value is (84,167,90). Sum of RGB (Red+Green+Blue) = 84+167+90=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #54A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A75A is #AB58A5. Grayscale: #858585. Windows color (decimal): -11229350 or 5941076. OLE color: 5941076.
HSL color Cylindrical-coordinate representation of color #54A75A: hue angle of 124.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A75A is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 90 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.35 |
| HSL | 124.34º | 0.33% | 0.49% | - |
| HSV(B) | 124.34º | 0.5% | 0.65% | - |
| XYZ | 19.32 | 30.26 | 14.5 | - |
| YUV | 133.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 90 | 0.50 | 0 | 0.46 | 0.35 | 124.34 | 0.33 | 0.49 |
| Hex | 54 | A7 | 5A | 32 | 0 | 2E | 23 | 7C | 21 | 31 |
| Octal | 124 | 247 | 132 | 62 | 0 | 56 | 43 | 174 | 41 | 61 |
| Binary | 1010100 | 10100111 | 1011010 | 110010 | 0 | 101110 | 100011 | 1111100 | 100001 | 110001 |
Color Harmonies of #54A75A
Complementary color
Monochromatic Colors of #54A75A
Black with #54A75A
Text Example
Text Example
White with #54A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A75A; }
p { color: rgb(84,167,90); }
H1.HeaderClassName
{
color: #54A75A;
}
.AnyTagClassName
{
color: #54A75A;
}
</style>
background-color css
<style>
a { background-color: #54A75A; }
a { background-color: rgb(84,167,90); }
div.DivClassName
{
background-color: #54A75A;
}
.BgClassName
{
background-color: #54A75A;
}
</style>
border-color css
<style>
span { border-color: #54A75A; }
span { border-color: rgb(84,167,90); }
td.TdClassName
{
border-color: #54A75A;
}
.TagClassName
{
border-color: #54A75A;
}
</style>