Html Css Color HEX #55AA40 Apple

📋 copy color: '#55AA40'

red 85 ◦ green 170 ◦ blue 64

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

Shades of Apple #55AA40

Tints of Apple #55AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 26.65%
G = 53.29%
B = 20.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#55AA40 (or 0x55AA40) is known color: Apple. HEX triplet: 55, AA and 40. RGB value is (85,170,64). Sum of RGB (Red+Green+Blue) = 85+170+64=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA40 is #AA55BF. Grayscale: #848484. Windows color (decimal): -11163072 or 4237909. OLE color: 4237909.

HSL color Cylindrical-coordinate representation of color #55AA40: hue angle of 108.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AA40 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 64 -
CMYK 0.50 0 0.62 0.33
HSL 108.11º 0.45% 0.46% -
HSV(B) 108.11º 0.62% 0.67% -
XYZ 19.05 31.05 9.84 -
YUV 132.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 85 170 64 0.50 0 0.62 0.33 108.11 0.45 0.46
Hex 55 AA 40 32 0 3E 21 6C 2D 2E
Octal 125 252 100 62 0 76 41 154 55 56
Binary 1010101 10101010 1000000 110010 0 111110 100001 1101100 101101 101110

Color Harmonies of #55AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA40

Black with #55AA40

Text Example


Text Example

White with #55AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,64); }

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

background-color css

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

 a { background-color: rgb(85,170,64); }

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

border-color css

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

 span { border-color: rgb(85,170,64); }

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