Shades of Apple #54C445
Tints of Apple #54C445
RGB
CMYK
RGB Variations
Color information
#54C445 (or 0x54C445) is known color: Apple. HEX triplet: 54, C4 and 45. RGB value is (84,196,69). Sum of RGB (Red+Green+Blue) = 84+196+69=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #54C445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C445 is #AB3BBA. Grayscale: #949494. Windows color (decimal): -11221947 or 4572244. OLE color: 4572244.
HSL color Cylindrical-coordinate representation of color #54C445: hue angle of 112.91º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54C445 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 69 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.23 |
| HSL | 112.91º | 0.52% | 0.52% | - |
| HSV(B) | 112.91º | 0.65% | 0.77% | - |
| XYZ | 24.47 | 41.79 | 12.41 | - |
| YUV | 148.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 69 | 0.57 | 0 | 0.65 | 0.23 | 112.91 | 0.52 | 0.52 |
| Hex | 54 | C4 | 45 | 39 | 0 | 41 | 17 | 71 | 34 | 34 |
| Octal | 124 | 304 | 105 | 71 | 0 | 101 | 27 | 161 | 64 | 64 |
| Binary | 1010100 | 11000100 | 1000101 | 111001 | 0 | 1000001 | 10111 | 1110001 | 110100 | 110100 |
Color Harmonies of #54C445
Complementary color
Monochromatic Colors of #54C445
Black with #54C445
Text Example
Text Example
White with #54C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C445; }
p { color: rgb(84,196,69); }
H1.HeaderClassName
{
color: #54C445;
}
.AnyTagClassName
{
color: #54C445;
}
</style>
background-color css
<style>
a { background-color: #54C445; }
a { background-color: rgb(84,196,69); }
div.DivClassName
{
background-color: #54C445;
}
.BgClassName
{
background-color: #54C445;
}
</style>
border-color css
<style>
span { border-color: #54C445; }
span { border-color: rgb(84,196,69); }
td.TdClassName
{
border-color: #54C445;
}
.TagClassName
{
border-color: #54C445;
}
</style>