Html Css Color HEX #55AE4D Fruit Salad

📋 copy color: '#55AE4D'

red 85 ◦ green 174 ◦ blue 77

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

Shades of Fruit Salad #55AE4D

Tints of Fruit Salad #55AE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 25.3%
G = 51.79%
B = 22.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#55AE4D (or 0x55AE4D) is known color: Fruit Salad. HEX triplet: 55, AE and 4D. RGB value is (85,174,77). Sum of RGB (Red+Green+Blue) = 85+174+77=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE4D is #AA51B2. Grayscale: #888888. Windows color (decimal): -11162035 or 5090901. OLE color: 5090901.

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

Color convert

RGB 85 174 77 -
CMYK 0.51 0 0.56 0.32
HSL 115.05º 0.39% 0.49% -
HSV(B) 115.05º 0.56% 0.68% -
XYZ 20.22 32.74 12.27 -
YUV 136.33 94.51 91.39 -
System Red Green Blue C M Y K H S L
Decimal 85 174 77 0.51 0 0.56 0.32 115.05 0.39 0.49
Hex 55 AE 4D 33 0 38 20 73 27 31
Octal 125 256 115 63 0 70 40 163 47 61
Binary 1010101 10101110 1001101 110011 0 111000 100000 1110011 100111 110001

Color Harmonies of #55AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE4D

Black with #55AE4D

Text Example


Text Example

White with #55AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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