#55BE3A

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

Shades of Apple #55BE3A

Tints of Apple #55BE3A

Color information

#55BE3A (or 0x55BE3A) is unknown color: approx Apple. HEX triplet: 55, BE and 3A. RGB value is (85,190,58). Sum of RGB (Red+Green+Blue) = 85+190+58=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BE3A is #AA41C5. Grayscale: #8F8F8F. Windows color (decimal): -11157958 or 3849813. OLE color: 3849813.

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

Color convert

RGB8519058-
CMYK0.5500.690.25
HSL107.73º53.23%48.63%-
HSV(B)107.73º69.47%74.51%-
XYZ22.9239.0610.33-
YUV143.5679.7186.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=25.53%
G=57.06%
B=17.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85190580.5500.690.25107.7353.2348.63
Hex55BE3A37045196c3531
Octal12527672670105311546561
Binary10101011011111011101011011101000101110011101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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