Shades of Apple #54C13F
Tints of Apple #54C13F
RGB
CMYK
RGB Variations
Color information
#54C13F (or 0x54C13F) is known color: Apple. HEX triplet: 54, C1 and 3F. RGB value is (84,193,63). Sum of RGB (Red+Green+Blue) = 84+193+63=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #54C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C13F is #AB3EC0. Grayscale: #929292. Windows color (decimal): -11222721 or 4178260. OLE color: 4178260.
HSL color Cylindrical-coordinate representation of color #54C13F: hue angle of 110.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54C13F is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 63 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.24 |
| HSL | 110.31º | 0.51% | 0.5% | - |
| HSV(B) | 110.31º | 0.67% | 0.76% | - |
| XYZ | 23.62 | 40.38 | 11.25 | - |
| YUV | 145.59 | 81.39 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 63 | 0.56 | 0 | 0.67 | 0.24 | 110.31 | 0.51 | 0.5 |
| Hex | 54 | C1 | 3F | 38 | 0 | 43 | 18 | 6E | 33 | 32 |
| Octal | 124 | 301 | 77 | 70 | 0 | 103 | 30 | 156 | 63 | 62 |
| Binary | 1010100 | 11000001 | 111111 | 111000 | 0 | 1000011 | 11000 | 1101110 | 110011 | 110010 |
Color Harmonies of #54C13F
Complementary color
Monochromatic Colors of #54C13F
Black with #54C13F
Text Example
Text Example
White with #54C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C13F; }
p { color: rgb(84,193,63); }
H1.HeaderClassName
{
color: #54C13F;
}
.AnyTagClassName
{
color: #54C13F;
}
</style>
background-color css
<style>
a { background-color: #54C13F; }
a { background-color: rgb(84,193,63); }
div.DivClassName
{
background-color: #54C13F;
}
.BgClassName
{
background-color: #54C13F;
}
</style>
border-color css
<style>
span { border-color: #54C13F; }
span { border-color: rgb(84,193,63); }
td.TdClassName
{
border-color: #54C13F;
}
.TagClassName
{
border-color: #54C13F;
}
</style>