#55BE38

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

Shades of Apple #55BE38

Tints of Apple #55BE38

Color information

#55BE38 (or 0x55BE38) is unknown color: approx Apple. HEX triplet: 55, BE and 38. RGB value is (85,190,56). Sum of RGB (Red+Green+Blue) = 85+190+56=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BE38 is #AA41C7. Grayscale: #8F8F8F. Windows color (decimal): -11157960 or 3718741. OLE color: 3718741.

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

Color convert

RGB8519056-
CMYK0.5500.710.25
HSL107.01º54.47%48.24%-
HSV(B)107.01º70.53%74.51%-
XYZ22.8739.0410.07-
YUV143.3378.7186.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=25.68%
G=57.40%
B=16.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85190560.5500.710.25107.0154.4748.24
Hex55BE3837047196b3630
Octal12527670670107311536660
Binary10101011011111011100011011101000111110011101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,190,56); }

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

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

 a { background-color: rgb(85,190,56); }

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

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

 span { border-color: rgb(85,190,56); }

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