#55D645

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

Shades of Apple #55D645

Tints of Apple #55D645

Color information

#55D645 (or 0x55D645) is unknown color: approx Apple. HEX triplet: 55, D6 and 45. RGB value is (85,214,69). Sum of RGB (Red+Green+Blue) = 85+214+69=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #55D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D645 is #AA29BA. Grayscale: #9F9F9F. Windows color (decimal): -11151803 or 4576853. OLE color: 4576853.

HSL color Cylindrical-coordinate representation of color #55D645: hue angle of 113.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55D645 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB8521469-
CMYK0.6000.680.16
HSL113.38º63.88%55.49%-
HSV(B)113.38º67.76%83.92%-
XYZ28.8750.4513.85-
YUV158.977.2675.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 214 (83.98% from 255) = 58.15%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=23.10%
G=58.15%
B=18.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85214690.6000.680.16113.3863.8855.49
Hex55D6453C04410714037
Octal1253261057401042016110067
Binary1010101110101101000101111100010001001000011100011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,214,69); }

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

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

 a { background-color: rgb(85,214,69); }

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

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

 span { border-color: rgb(85,214,69); }

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