Shades of Apple #54C54B
Tints of Apple #54C54B
RGB
CMYK
RGB Variations
Color information
#54C54B (or 0x54C54B) is known color: Apple. HEX triplet: 54, C5 and 4B. RGB value is (84,197,75). Sum of RGB (Red+Green+Blue) = 84+197+75=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #54C54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C54B is #AB3AB4. Grayscale: #959595. Windows color (decimal): -11221685 or 4965716. OLE color: 4965716.
HSL color Cylindrical-coordinate representation of color #54C54B: hue angle of 115.57º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C54B is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 75 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.23 |
| HSL | 115.57º | 0.51% | 0.53% | - |
| HSV(B) | 115.57º | 0.62% | 0.77% | - |
| XYZ | 24.89 | 42.33 | 13.51 | - |
| YUV | 149.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 75 | 0.57 | 0 | 0.62 | 0.23 | 115.57 | 0.51 | 0.53 |
| Hex | 54 | C5 | 4B | 39 | 0 | 3E | 17 | 74 | 33 | 35 |
| Octal | 124 | 305 | 113 | 71 | 0 | 76 | 27 | 164 | 63 | 65 |
| Binary | 1010100 | 11000101 | 1001011 | 111001 | 0 | 111110 | 10111 | 1110100 | 110011 | 110101 |
Color Harmonies of #54C54B
Complementary color
Monochromatic Colors of #54C54B
Black with #54C54B
Text Example
Text Example
White with #54C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C54B; }
p { color: rgb(84,197,75); }
H1.HeaderClassName
{
color: #54C54B;
}
.AnyTagClassName
{
color: #54C54B;
}
</style>
background-color css
<style>
a { background-color: #54C54B; }
a { background-color: rgb(84,197,75); }
div.DivClassName
{
background-color: #54C54B;
}
.BgClassName
{
background-color: #54C54B;
}
</style>
border-color css
<style>
span { border-color: #54C54B; }
span { border-color: rgb(84,197,75); }
td.TdClassName
{
border-color: #54C54B;
}
.TagClassName
{
border-color: #54C54B;
}
</style>