#55B83E

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

Shades of Apple #55B83E

Tints of Apple #55B83E

Color information

#55B83E (or 0x55B83E) is unknown color: approx Apple. HEX triplet: 55, B8 and 3E. RGB value is (85,184,62). Sum of RGB (Red+Green+Blue) = 85+184+62=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #55B83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B83E is #AA47C1. Grayscale: #8C8C8C. Windows color (decimal): -11159490 or 4110421. OLE color: 4110421.

HSL color Cylindrical-coordinate representation of color #55B83E: hue angle of 108.69º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B83E is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB8518462-
CMYK0.5400.660.28
HSL108.69º49.59%48.24%-
HSV(B)108.69º66.3%72.16%-
XYZ21.7636.5610.47-
YUV140.4983.788.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=25.68%
G=55.59%
B=18.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85184620.5400.660.28108.6949.5948.24
Hex55B83E360421C6d3230
Octal12527076660102341556260
Binary10101011011100011111011011001000010111001101101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,62); }

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

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

 a { background-color: rgb(85,184,62); }

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

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

 span { border-color: rgb(85,184,62); }

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