Shades of Apple #54CB49
Tints of Apple #54CB49
RGB
CMYK
RGB Variations
Color information
#54CB49 (or 0x54CB49) is known color: Apple. HEX triplet: 54, CB and 49. RGB value is (84,203,73). Sum of RGB (Red+Green+Blue) = 84+203+73=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CB49 is #AB34B6. Grayscale: #999999. Windows color (decimal): -11220151 or 4836180. OLE color: 4836180.
HSL color Cylindrical-coordinate representation of color #54CB49: hue angle of 114.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CB49 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 73 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.20 |
| HSL | 114.92º | 0.56% | 0.54% | - |
| HSV(B) | 114.92º | 0.64% | 0.8% | - |
| XYZ | 26.21 | 45.08 | 13.62 | - |
| YUV | 152.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 73 | 0.59 | 0 | 0.64 | 0.20 | 114.92 | 0.56 | 0.54 |
| Hex | 54 | CB | 49 | 3B | 0 | 40 | 14 | 73 | 38 | 36 |
| Octal | 124 | 313 | 111 | 73 | 0 | 100 | 24 | 163 | 70 | 66 |
| Binary | 1010100 | 11001011 | 1001001 | 111011 | 0 | 1000000 | 10100 | 1110011 | 111000 | 110110 |
Color Harmonies of #54CB49
Complementary color
Monochromatic Colors of #54CB49
Black with #54CB49
Text Example
Text Example
White with #54CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB49; }
p { color: rgb(84,203,73); }
H1.HeaderClassName
{
color: #54CB49;
}
.AnyTagClassName
{
color: #54CB49;
}
</style>
background-color css
<style>
a { background-color: #54CB49; }
a { background-color: rgb(84,203,73); }
div.DivClassName
{
background-color: #54CB49;
}
.BgClassName
{
background-color: #54CB49;
}
</style>
border-color css
<style>
span { border-color: #54CB49; }
span { border-color: rgb(84,203,73); }
td.TdClassName
{
border-color: #54CB49;
}
.TagClassName
{
border-color: #54CB49;
}
</style>