Shades of Apple #54CA4B
Tints of Apple #54CA4B
RGB
CMYK
RGB Variations
Color information
#54CA4B (or 0x54CA4B) is known color: Apple. HEX triplet: 54, CA and 4B. RGB value is (84,202,75). Sum of RGB (Red+Green+Blue) = 84+202+75=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CA4B is #AB35B4. Grayscale: #989898. Windows color (decimal): -11220405 or 4966996. OLE color: 4966996.
HSL color Cylindrical-coordinate representation of color #54CA4B: hue angle of 115.75º degrees, saturation: 0.55, 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 #54CA4B is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 75 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.21 |
| HSL | 115.75º | 0.55% | 0.54% | - |
| HSV(B) | 115.75º | 0.63% | 0.79% | - |
| XYZ | 26.05 | 44.63 | 13.9 | - |
| YUV | 152.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 75 | 0.58 | 0 | 0.63 | 0.21 | 115.75 | 0.55 | 0.54 |
| Hex | 54 | CA | 4B | 3A | 0 | 3F | 15 | 74 | 37 | 36 |
| Octal | 124 | 312 | 113 | 72 | 0 | 77 | 25 | 164 | 67 | 66 |
| Binary | 1010100 | 11001010 | 1001011 | 111010 | 0 | 111111 | 10101 | 1110100 | 110111 | 110110 |
Color Harmonies of #54CA4B
Complementary color
Monochromatic Colors of #54CA4B
Black with #54CA4B
Text Example
Text Example
White with #54CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA4B; }
p { color: rgb(84,202,75); }
H1.HeaderClassName
{
color: #54CA4B;
}
.AnyTagClassName
{
color: #54CA4B;
}
</style>
background-color css
<style>
a { background-color: #54CA4B; }
a { background-color: rgb(84,202,75); }
div.DivClassName
{
background-color: #54CA4B;
}
.BgClassName
{
background-color: #54CA4B;
}
</style>
border-color css
<style>
span { border-color: #54CA4B; }
span { border-color: rgb(84,202,75); }
td.TdClassName
{
border-color: #54CA4B;
}
.TagClassName
{
border-color: #54CA4B;
}
</style>