Shades of Apple #54C145
Tints of Apple #54C145
RGB
CMYK
RGB Variations
Color information
#54C145 (or 0x54C145) is known color: Apple. HEX triplet: 54, C1 and 45. RGB value is (84,193,69). Sum of RGB (Red+Green+Blue) = 84+193+69=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #54C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C145 is #AB3EBA. Grayscale: #929292. Windows color (decimal): -11222715 or 4571476. OLE color: 4571476.
HSL color Cylindrical-coordinate representation of color #54C145: hue angle of 112.74º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C145 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 69 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.24 |
| HSL | 112.74º | 0.5% | 0.51% | - |
| HSV(B) | 112.74º | 0.64% | 0.76% | - |
| XYZ | 23.8 | 40.45 | 12.18 | - |
| YUV | 146.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 69 | 0.56 | 0 | 0.64 | 0.24 | 112.74 | 0.5 | 0.51 |
| Hex | 54 | C1 | 45 | 38 | 0 | 40 | 18 | 71 | 32 | 33 |
| Octal | 124 | 301 | 105 | 70 | 0 | 100 | 30 | 161 | 62 | 63 |
| Binary | 1010100 | 11000001 | 1000101 | 111000 | 0 | 1000000 | 11000 | 1110001 | 110010 | 110011 |
Color Harmonies of #54C145
Complementary color
Monochromatic Colors of #54C145
Black with #54C145
Text Example
Text Example
White with #54C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C145; }
p { color: rgb(84,193,69); }
H1.HeaderClassName
{
color: #54C145;
}
.AnyTagClassName
{
color: #54C145;
}
</style>
background-color css
<style>
a { background-color: #54C145; }
a { background-color: rgb(84,193,69); }
div.DivClassName
{
background-color: #54C145;
}
.BgClassName
{
background-color: #54C145;
}
</style>
border-color css
<style>
span { border-color: #54C145; }
span { border-color: rgb(84,193,69); }
td.TdClassName
{
border-color: #54C145;
}
.TagClassName
{
border-color: #54C145;
}
</style>