Html Css Color HEX #55AE32 Apple

📋 copy color: '#55AE32'

red 85 ◦ green 174 ◦ blue 50

#55AE32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #55AE32

Tints of Apple #55AE32

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

 GREEN value IS 174 (68.36% from 255) = 56.31%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 27.51%
G = 56.31%
B = 16.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#55AE32 (or 0x55AE32) is known color: Apple. HEX triplet: 55, AE and 32. RGB value is (85,174,50). Sum of RGB (Red+Green+Blue) = 85+174+50=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE32 is #AA51CD. Grayscale: #858585. Windows color (decimal): -11162062 or 3321429. OLE color: 3321429.

HSL color Cylindrical-coordinate representation of color #55AE32: hue angle of 103.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55AE32 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 50 -
CMYK 0.51 0 0.71 0.32
HSL 103.06º 0.55% 0.44% -
HSV(B) 103.06º 0.71% 0.68% -
XYZ 19.46 32.43 8.25 -
YUV 133.25 81.01 93.58 -
System Red Green Blue C M Y K H S L
Decimal 85 174 50 0.51 0 0.71 0.32 103.06 0.55 0.44
Hex 55 AE 32 33 0 47 20 67 37 2C
Octal 125 256 62 63 0 107 40 147 67 54
Binary 1010101 10101110 110010 110011 0 1000111 100000 1100111 110111 101100

Color Harmonies of #55AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE32

Black with #55AE32

Text Example


Text Example

White with #55AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,174,50); }

 H1.HeaderClassName
 {
   color: #55AE32;
 }
 .AnyTagClassName
 {
   color: #55AE32;
 }
</style>

background-color css

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

 a { background-color: rgb(85,174,50); }

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

border-color css

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

 span { border-color: rgb(85,174,50); }

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