Html Css Color HEX #55AF4E Fruit Salad

📋 copy color: '#55AF4E'

red 85 ◦ green 175 ◦ blue 78

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

Shades of Fruit Salad #55AF4E

Tints of Fruit Salad #55AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 25.15%
G = 51.78%
B = 23.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#55AF4E (or 0x55AF4E) is known color: Fruit Salad. HEX triplet: 55, AF and 4E. RGB value is (85,175,78). Sum of RGB (Red+Green+Blue) = 85+175+78=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF4E is #AA50B1. Grayscale: #898989. Windows color (decimal): -11161778 or 5156693. OLE color: 5156693.

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

Color convert

RGB 85 175 78 -
CMYK 0.51 0 0.55 0.31
HSL 115.67º 0.38% 0.5% -
HSV(B) 115.67º 0.55% 0.69% -
XYZ 20.45 33.14 12.53 -
YUV 137.03 94.68 90.89 -
System Red Green Blue C M Y K H S L
Decimal 85 175 78 0.51 0 0.55 0.31 115.67 0.38 0.5
Hex 55 AF 4E 33 0 37 1F 74 26 32
Octal 125 257 116 63 0 67 37 164 46 62
Binary 1010101 10101111 1001110 110011 0 110111 11111 1110100 100110 110010

Color Harmonies of #55AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF4E

Black with #55AF4E

Text Example


Text Example

White with #55AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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