#55BC37

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

Shades of Apple #55BC37

Tints of Apple #55BC37

Color information

#55BC37 (or 0x55BC37) is unknown color: approx Apple. HEX triplet: 55, BC and 37. RGB value is (85,188,55). Sum of RGB (Red+Green+Blue) = 85+188+55=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC37 is #AA43C8. Grayscale: #8E8E8E. Windows color (decimal): -11158473 or 3652693. OLE color: 3652693.

HSL color Cylindrical-coordinate representation of color #55BC37: hue angle of 106.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55BC37 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB8518855-
CMYK0.5500.710.26
HSL106.47º54.73%47.65%-
HSV(B)106.47º70.74%73.73%-
XYZ22.4238.179.8-
YUV142.0478.8887.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 188 (73.83% from 255) = 57.32%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=25.91%
G=57.32%
B=16.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85188550.5500.710.26106.4754.7347.65
Hex55BC37370471A6a3730
Octal12527467670107321526760
Binary10101011011110011011111011101000111110101101010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,55); }

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

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

 a { background-color: rgb(85,188,55); }

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

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

 span { border-color: rgb(85,188,55); }

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