Html Css Color HEX #55AD4A Fruit Salad

📋 copy color: '#55AD4A'

red 85 ◦ green 173 ◦ blue 74

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

Shades of Fruit Salad #55AD4A

Tints of Fruit Salad #55AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 25.6%
G = 52.11%
B = 22.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#55AD4A (or 0x55AD4A) is known color: Fruit Salad. HEX triplet: 55, AD and 4A. RGB value is (85,173,74). Sum of RGB (Red+Green+Blue) = 85+173+74=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD4A is #AA52B5. Grayscale: #878787. Windows color (decimal): -11162294 or 4894037. OLE color: 4894037.

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

Color convert

RGB 85 173 74 -
CMYK 0.51 0 0.57 0.32
HSL 113.33º 0.4% 0.48% -
HSV(B) 113.33º 0.57% 0.68% -
XYZ 19.93 32.31 11.67 -
YUV 135.4 93.35 92.05 -
System Red Green Blue C M Y K H S L
Decimal 85 173 74 0.51 0 0.57 0.32 113.33 0.4 0.48
Hex 55 AD 4A 33 0 39 20 71 28 30
Octal 125 255 112 63 0 71 40 161 50 60
Binary 1010101 10101101 1001010 110011 0 111001 100000 1110001 101000 110000

Color Harmonies of #55AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD4A

Black with #55AD4A

Text Example


Text Example

White with #55AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,173,74); }

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

background-color css

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

 a { background-color: rgb(85,173,74); }

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

border-color css

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

 span { border-color: rgb(85,173,74); }

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