Shades of Apple #55D74A
Tints of Apple #55D74A
RGB
CMYK
RGB Variations
Color information
#55D74A (or 0x55D74A) is known color: Apple. HEX triplet: 55, D7 and 4A. RGB value is (85,215,74). Sum of RGB (Red+Green+Blue) = 85+215+74=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #55D74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D74A is #AA28B5. Grayscale: #A0A0A0. Windows color (decimal): -11151542 or 4904789. OLE color: 4904789.
HSL color Cylindrical-coordinate representation of color #55D74A: hue angle of 115.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D74A is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 74 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.16 |
| HSL | 115.32º | 0.64% | 0.57% | - |
| HSV(B) | 115.32º | 0.66% | 0.84% | - |
| XYZ | 29.28 | 51.03 | 14.78 | - |
| YUV | 160.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 74 | 0.60 | 0 | 0.66 | 0.16 | 115.32 | 0.64 | 0.57 |
| Hex | 55 | D7 | 4A | 3C | 0 | 42 | 10 | 73 | 40 | 39 |
| Octal | 125 | 327 | 112 | 74 | 0 | 102 | 20 | 163 | 100 | 71 |
| Binary | 1010101 | 11010111 | 1001010 | 111100 | 0 | 1000010 | 10000 | 1110011 | 1000000 | 111001 |
Color Harmonies of #55D74A
Complementary color
Monochromatic Colors of #55D74A
Black with #55D74A
Text Example
Text Example
White with #55D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D74A; }
p { color: rgb(85,215,74); }
H1.HeaderClassName
{
color: #55D74A;
}
.AnyTagClassName
{
color: #55D74A;
}
</style>
background-color css
<style>
a { background-color: #55D74A; }
a { background-color: rgb(85,215,74); }
div.DivClassName
{
background-color: #55D74A;
}
.BgClassName
{
background-color: #55D74A;
}
</style>
border-color css
<style>
span { border-color: #55D74A; }
span { border-color: rgb(85,215,74); }
td.TdClassName
{
border-color: #55D74A;
}
.TagClassName
{
border-color: #55D74A;
}
</style>