Html Css Color HEX #55AD5F Fruit Salad

📋 copy color: '#55AD5F'

red 85 ◦ green 173 ◦ blue 95

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

Shades of Fruit Salad #55AD5F

Tints of Fruit Salad #55AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 24.08%
G = 49.01%
B = 26.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#55AD5F (or 0x55AD5F) is known color: Fruit Salad. HEX triplet: 55, AD and 5F. RGB value is (85,173,95). Sum of RGB (Red+Green+Blue) = 85+173+95=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD5F is #AA52A0. Grayscale: #8A8A8A. Windows color (decimal): -11162273 or 6270293. OLE color: 6270293.

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

Color convert

RGB 85 173 95 -
CMYK 0.51 0 0.45 0.32
HSL 126.82º 0.35% 0.51% -
HSV(B) 126.82º 0.51% 0.68% -
XYZ 20.76 32.64 16.03 -
YUV 137.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 85 173 95 0.51 0 0.45 0.32 126.82 0.35 0.51
Hex 55 AD 5F 33 0 2D 20 7F 23 33
Octal 125 255 137 63 0 55 40 177 43 63
Binary 1010101 10101101 1011111 110011 0 101101 100000 1111111 100011 110011

Color Harmonies of #55AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD5F

Black with #55AD5F

Text Example


Text Example

White with #55AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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