#55CA40

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

Shades of Apple #55CA40

Tints of Apple #55CA40

Color information

#55CA40 (or 0x55CA40) is unknown color: approx Apple. HEX triplet: 55, CA and 40. RGB value is (85,202,64). Sum of RGB (Red+Green+Blue) = 85+202+64=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA40 is #AA35BF. Grayscale: #979797. Windows color (decimal): -11154880 or 4246101. OLE color: 4246101.

HSL color Cylindrical-coordinate representation of color #55CA40: hue angle of 110.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55CA40 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB8520264-
CMYK0.5800.680.21
HSL110.87º56.56%52.16%-
HSV(B)110.87º68.32%79.22%-
XYZ25.7944.5412.09-
YUV151.2878.7480.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=24.22%
G=57.55%
B=18.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202640.5800.680.21110.8756.5652.16
Hex55CA403A044156f3934
Octal125312100720104251577164
Binary101010111001010100000011101001000100101011101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,64); }

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

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

 a { background-color: rgb(85,202,64); }

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

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

 span { border-color: rgb(85,202,64); }

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