Shades of Apple #54CA45
Tints of Apple #54CA45
RGB
CMYK
RGB Variations
Color information
#54CA45 (or 0x54CA45) is known color: Apple. HEX triplet: 54, CA and 45. RGB value is (84,202,69). Sum of RGB (Red+Green+Blue) = 84+202+69=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CA45 is #AB35BA. Grayscale: #979797. Windows color (decimal): -11220411 or 4573780. OLE color: 4573780.
HSL color Cylindrical-coordinate representation of color #54CA45: hue angle of 113.23º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CA45 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 69 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.21 |
| HSL | 113.23º | 0.56% | 0.53% | - |
| HSV(B) | 113.23º | 0.66% | 0.79% | - |
| XYZ | 25.85 | 44.56 | 12.87 | - |
| YUV | 151.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 69 | 0.58 | 0 | 0.66 | 0.21 | 113.23 | 0.56 | 0.53 |
| Hex | 54 | CA | 45 | 3A | 0 | 42 | 15 | 71 | 38 | 35 |
| Octal | 124 | 312 | 105 | 72 | 0 | 102 | 25 | 161 | 70 | 65 |
| Binary | 1010100 | 11001010 | 1000101 | 111010 | 0 | 1000010 | 10101 | 1110001 | 111000 | 110101 |
Color Harmonies of #54CA45
Complementary color
Monochromatic Colors of #54CA45
Black with #54CA45
Text Example
Text Example
White with #54CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA45; }
p { color: rgb(84,202,69); }
H1.HeaderClassName
{
color: #54CA45;
}
.AnyTagClassName
{
color: #54CA45;
}
</style>
background-color css
<style>
a { background-color: #54CA45; }
a { background-color: rgb(84,202,69); }
div.DivClassName
{
background-color: #54CA45;
}
.BgClassName
{
background-color: #54CA45;
}
</style>
border-color css
<style>
span { border-color: #54CA45; }
span { border-color: rgb(84,202,69); }
td.TdClassName
{
border-color: #54CA45;
}
.TagClassName
{
border-color: #54CA45;
}
</style>