Html Css Color HEX #55AF50 Fruit Salad

📋 copy color: '#55AF50'

red 85 ◦ green 175 ◦ blue 80

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

Shades of Fruit Salad #55AF50

Tints of Fruit Salad #55AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 25%
G = 51.47%
B = 23.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#55AF50 (or 0x55AF50) is known color: Fruit Salad. HEX triplet: 55, AF and 50. RGB value is (85,175,80). Sum of RGB (Red+Green+Blue) = 85+175+80=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF50 is #AA50AF. Grayscale: #898989. Windows color (decimal): -11161776 or 5287765. OLE color: 5287765.

HSL color Cylindrical-coordinate representation of color #55AF50: hue angle of 116.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55AF50 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 80 -
CMYK 0.51 0 0.54 0.31
HSL 116.84º 0.37% 0.5% -
HSV(B) 116.84º 0.54% 0.69% -
XYZ 20.52 33.17 12.91 -
YUV 137.26 95.68 90.72 -
System Red Green Blue C M Y K H S L
Decimal 85 175 80 0.51 0 0.54 0.31 116.84 0.37 0.5
Hex 55 AF 50 33 0 36 1F 75 25 32
Octal 125 257 120 63 0 66 37 165 45 62
Binary 1010101 10101111 1010000 110011 0 110110 11111 1110101 100101 110010

Color Harmonies of #55AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF50

Black with #55AF50

Text Example


Text Example

White with #55AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,80); }

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

background-color css

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

 a { background-color: rgb(85,175,80); }

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

border-color css

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

 span { border-color: rgb(85,175,80); }

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