Html Css Color HEX #55AE44 Apple

📋 copy color: '#55AE44'

red 85 ◦ green 174 ◦ blue 68

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

Shades of Apple #55AE44

Tints of Apple #55AE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 25.99%
G = 53.21%
B = 20.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#55AE44 (or 0x55AE44) is known color: Apple. HEX triplet: 55, AE and 44. RGB value is (85,174,68). Sum of RGB (Red+Green+Blue) = 85+174+68=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE44 is #AA51BB. Grayscale: #878787. Windows color (decimal): -11162044 or 4501077. OLE color: 4501077.

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

Color convert

RGB 85 174 68 -
CMYK 0.51 0 0.61 0.32
HSL 110.38º 0.44% 0.47% -
HSV(B) 110.38º 0.61% 0.68% -
XYZ 19.93 32.62 10.72 -
YUV 135.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 85 174 68 0.51 0 0.61 0.32 110.38 0.44 0.47
Hex 55 AE 44 33 0 3D 20 6E 2C 2F
Octal 125 256 104 63 0 75 40 156 54 57
Binary 1010101 10101110 1000100 110011 0 111101 100000 1101110 101100 101111

Color Harmonies of #55AE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE44

Black with #55AE44

Text Example


Text Example

White with #55AE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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