Shades of Apple #54C94A
Tints of Apple #54C94A
RGB
CMYK
RGB Variations
Color information
#54C94A (or 0x54C94A) is known color: Apple. HEX triplet: 54, C9 and 4A. RGB value is (84,201,74). Sum of RGB (Red+Green+Blue) = 84+201+74=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #54C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C94A is #AB36B5. Grayscale: #979797. Windows color (decimal): -11220662 or 4901204. OLE color: 4901204.
HSL color Cylindrical-coordinate representation of color #54C94A: hue angle of 115.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54C94A is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 74 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.21 |
| HSL | 115.28º | 0.54% | 0.54% | - |
| HSV(B) | 115.28º | 0.63% | 0.79% | - |
| XYZ | 25.78 | 44.15 | 13.64 | - |
| YUV | 151.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 74 | 0.58 | 0 | 0.63 | 0.21 | 115.28 | 0.54 | 0.54 |
| Hex | 54 | C9 | 4A | 3A | 0 | 3F | 15 | 73 | 36 | 36 |
| Octal | 124 | 311 | 112 | 72 | 0 | 77 | 25 | 163 | 66 | 66 |
| Binary | 1010100 | 11001001 | 1001010 | 111010 | 0 | 111111 | 10101 | 1110011 | 110110 | 110110 |
Color Harmonies of #54C94A
Complementary color
Monochromatic Colors of #54C94A
Black with #54C94A
Text Example
Text Example
White with #54C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C94A; }
p { color: rgb(84,201,74); }
H1.HeaderClassName
{
color: #54C94A;
}
.AnyTagClassName
{
color: #54C94A;
}
</style>
background-color css
<style>
a { background-color: #54C94A; }
a { background-color: rgb(84,201,74); }
div.DivClassName
{
background-color: #54C94A;
}
.BgClassName
{
background-color: #54C94A;
}
</style>
border-color css
<style>
span { border-color: #54C94A; }
span { border-color: rgb(84,201,74); }
td.TdClassName
{
border-color: #54C94A;
}
.TagClassName
{
border-color: #54C94A;
}
</style>