Shades of Apple #54D04A
Tints of Apple #54D04A
RGB
CMYK
RGB Variations
Color information
#54D04A (or 0x54D04A) is known color: Apple. HEX triplet: 54, D0 and 4A. RGB value is (84,208,74). Sum of RGB (Red+Green+Blue) = 84+208+74=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #54D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D04A is #AB2FB5. Grayscale: #9C9C9C. Windows color (decimal): -11218870 or 4902996. OLE color: 4902996.
HSL color Cylindrical-coordinate representation of color #54D04A: hue angle of 115.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54D04A is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 208 | 74 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.18 |
| HSL | 115.52º | 0.59% | 0.55% | - |
| HSV(B) | 115.52º | 0.64% | 0.82% | - |
| XYZ | 27.45 | 47.49 | 14.2 | - |
| YUV | 155.65 | 81.92 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 208 | 74 | 0.60 | 0 | 0.64 | 0.18 | 115.52 | 0.59 | 0.55 |
| Hex | 54 | D0 | 4A | 3C | 0 | 40 | 12 | 74 | 3B | 37 |
| Octal | 124 | 320 | 112 | 74 | 0 | 100 | 22 | 164 | 73 | 67 |
| Binary | 1010100 | 11010000 | 1001010 | 111100 | 0 | 1000000 | 10010 | 1110100 | 111011 | 110111 |
Color Harmonies of #54D04A
Complementary color
Monochromatic Colors of #54D04A
Black with #54D04A
Text Example
Text Example
White with #54D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D04A; }
p { color: rgb(84,208,74); }
H1.HeaderClassName
{
color: #54D04A;
}
.AnyTagClassName
{
color: #54D04A;
}
</style>
background-color css
<style>
a { background-color: #54D04A; }
a { background-color: rgb(84,208,74); }
div.DivClassName
{
background-color: #54D04A;
}
.BgClassName
{
background-color: #54D04A;
}
</style>
border-color css
<style>
span { border-color: #54D04A; }
span { border-color: rgb(84,208,74); }
td.TdClassName
{
border-color: #54D04A;
}
.TagClassName
{
border-color: #54D04A;
}
</style>