#55C244

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

Shades of Apple #55C244

Tints of Apple #55C244

Color information

#55C244 (or 0x55C244) is unknown color: approx Apple. HEX triplet: 55, C2 and 44. RGB value is (85,194,68). Sum of RGB (Red+Green+Blue) = 85+194+68=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #55C244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C244 is #AA3DBB. Grayscale: #939393. Windows color (decimal): -11156924 or 4506197. OLE color: 4506197.

HSL color Cylindrical-coordinate representation of color #55C244: hue angle of 111.9º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C244 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB8519468-
CMYK0.5600.650.24
HSL111.9º50.81%51.37%-
HSV(B)111.9º64.95%76.08%-
XYZ24.0840.9312.1-
YUV147.0583.3983.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 194 (76.17% from 255) = 55.91%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=24.50%
G=55.91%
B=19.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85194680.5600.650.24111.950.8151.37
Hex55C2443804118703333
Octal125302104700101301606363
Binary101010111000010100010011100001000001110001110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,68); }

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

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

 a { background-color: rgb(85,194,68); }

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

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

 span { border-color: rgb(85,194,68); }

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