#55C64D

Color #55C64D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #55C64D

Tints of Apple #55C64D

Color information

#55C64D (or 0x55C64D) is unknown color: approx Apple. HEX triplet: 55, C6 and 4D. RGB value is (85,198,77). Sum of RGB (Red+Green+Blue) = 85+198+77=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #55C64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C64D is #AA39B2. Grayscale: #969696. Windows color (decimal): -11155891 or 5097045. OLE color: 5097045.

HSL color Cylindrical-coordinate representation of color #55C64D: hue angle of 116.03º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C64D is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB8519877-
CMYK0.5700.610.22
HSL116.03º51.49%53.92%-
HSV(B)116.03º61.11%77.65%-
XYZ25.2842.8613.96-
YUV150.4286.5681.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 198 (77.73% from 255) = 55%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=23.61%
G=55%
B=21.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85198770.5700.610.22116.0351.4953.92
Hex55C64D3903D16743336
Octal12530611571075261646366
Binary10101011100011010011011110010111101101101110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C64D; }

 p { color: rgb(85,198,77); }

 H1.HeaderClassName
 {
   color: #55C64D;
 }
 .AnyTagClassName
 {
   color: #55C64D;
 }
</style>
background-color css

<style>
 a { background-color: #55C64D; }

 a { background-color: rgb(85,198,77); }

 div.DivClassName
 {
   background-color: #55C64D;
 }
 .BgClassName
 {
   background-color: #55C64D;
 }
</style>
border-color css

<style>
 span { border-color: #55C64D; }

 span { border-color: rgb(85,198,77); }

 td.TdClassName
 {
   border-color: #55C64D;
 }
 .TagClassName
 {
   border-color: #55C64D;
 }
</style>