Shades of Apple #55CD4A
Tints of Apple #55CD4A
RGB
CMYK
RGB Variations
Color information
#55CD4A (or 0x55CD4A) is known color: Apple. HEX triplet: 55, CD and 4A. RGB value is (85,205,74). Sum of RGB (Red+Green+Blue) = 85+205+74=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CD4A is #AA32B5. Grayscale: #9A9A9A. Windows color (decimal): -11154102 or 4902229. OLE color: 4902229.
HSL color Cylindrical-coordinate representation of color #55CD4A: hue angle of 114.96º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CD4A is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 205 | 74 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.20 |
| HSL | 114.96º | 0.57% | 0.55% | - |
| HSV(B) | 114.96º | 0.64% | 0.8% | - |
| XYZ | 26.81 | 46.09 | 13.96 | - |
| YUV | 154.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 74 | 0.59 | 0 | 0.64 | 0.20 | 114.96 | 0.57 | 0.55 |
| Hex | 55 | CD | 4A | 3B | 0 | 40 | 14 | 73 | 39 | 37 |
| Octal | 125 | 315 | 112 | 73 | 0 | 100 | 24 | 163 | 71 | 67 |
| Binary | 1010101 | 11001101 | 1001010 | 111011 | 0 | 1000000 | 10100 | 1110011 | 111001 | 110111 |
Color Harmonies of #55CD4A
Complementary color
Monochromatic Colors of #55CD4A
Black with #55CD4A
Text Example
Text Example
White with #55CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CD4A; }
p { color: rgb(85,205,74); }
H1.HeaderClassName
{
color: #55CD4A;
}
.AnyTagClassName
{
color: #55CD4A;
}
</style>
background-color css
<style>
a { background-color: #55CD4A; }
a { background-color: rgb(85,205,74); }
div.DivClassName
{
background-color: #55CD4A;
}
.BgClassName
{
background-color: #55CD4A;
}
</style>
border-color css
<style>
span { border-color: #55CD4A; }
span { border-color: rgb(85,205,74); }
td.TdClassName
{
border-color: #55CD4A;
}
.TagClassName
{
border-color: #55CD4A;
}
</style>