#55B53C

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

Shades of Apple #55B53C

Tints of Apple #55B53C

Color information

#55B53C (or 0x55B53C) is unknown color: approx Apple. HEX triplet: 55, B5 and 3C. RGB value is (85,181,60). Sum of RGB (Red+Green+Blue) = 85+181+60=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #55B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B53C is #AA4AC3. Grayscale: #8A8A8A. Windows color (decimal): -11160260 or 3978581. OLE color: 3978581.

HSL color Cylindrical-coordinate representation of color #55B53C: hue angle of 107.6º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55B53C is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB8518160-
CMYK0.5300.670.29
HSL107.6º50.21%47.25%-
HSV(B)107.6º66.85%70.98%-
XYZ21.0935.319.98-
YUV138.583.789.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 181 (71.09% from 255) = 55.52%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=26.07%
G=55.52%
B=18.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181600.5300.670.29107.650.2147.25
Hex55B53C350431D6c322f
Octal12526574650103351546257
Binary10101011011010111110011010101000011111011101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,60); }

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

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

 a { background-color: rgb(85,181,60); }

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

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

 span { border-color: rgb(85,181,60); }

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