#55CA46

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

Shades of Apple #55CA46

Tints of Apple #55CA46

Color information

#55CA46 (or 0x55CA46) is unknown color: approx Apple. HEX triplet: 55, CA and 46. RGB value is (85,202,70). Sum of RGB (Red+Green+Blue) = 85+202+70=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA46 is #AA35B9. Grayscale: #989898. Windows color (decimal): -11154874 or 4639317. OLE color: 4639317.

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

Color convert

RGB8520270-
CMYK0.5800.650.21
HSL113.18º55.46%53.33%-
HSV(B)113.18º65.35%79.22%-
XYZ25.9744.6113.04-
YUV151.9781.7480.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 202 (79.30% from 255) = 56.58%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=23.81%
G=56.58%
B=19.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202700.5800.650.21113.1855.4653.33
Hex55CA463A04115713735
Octal125312106720101251616765
Binary101010111001010100011011101001000001101011110001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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