#55CA41

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

Shades of Apple #55CA41

Tints of Apple #55CA41

Color information

#55CA41 (or 0x55CA41) is unknown color: approx Apple. HEX triplet: 55, CA and 41. RGB value is (85,202,65). Sum of RGB (Red+Green+Blue) = 85+202+65=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA41 is #AA35BE. Grayscale: #979797. Windows color (decimal): -11154879 or 4311637. OLE color: 4311637.

HSL color Cylindrical-coordinate representation of color #55CA41: hue angle of 111.24º degrees, saturation: 0.56, 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 #55CA41 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB8520265-
CMYK0.5800.680.21
HSL111.24º56.38%52.35%-
HSV(B)111.24º67.82%79.22%-
XYZ25.8244.5512.24-
YUV151.479.2480.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=24.15%
G=57.39%
B=18.47%

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
Decimal85202650.5800.680.21111.2456.3852.35
Hex55CA413A044156f3834
Octal125312101720104251577064
Binary101010111001010100000111101001000100101011101111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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