Html Css Color HEX #559E61 Fruit Salad

📋 copy color: '#559E61'

red 85 ◦ green 158 ◦ blue 97

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

Shades of Fruit Salad #559E61

Tints of Fruit Salad #559E61

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.47%

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 25%
G = 46.47%
B = 28.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#559E61 (or 0x559E61) is known color: Fruit Salad. HEX triplet: 55, 9E and 61. RGB value is (85,158,97). Sum of RGB (Red+Green+Blue) = 85+158+97=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #559E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E61 is #AA619E. Grayscale: #818181. Windows color (decimal): -11166111 or 6397525. OLE color: 6397525.

HSL color Cylindrical-coordinate representation of color #559E61: hue angle of 129.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E61 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 97 -
CMYK 0.46 0 0.39 0.38
HSL 129.86º 0.3% 0.48% -
HSV(B) 129.86º 0.46% 0.62% -
XYZ 18.13 27.25 15.61 -
YUV 129.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 85 158 97 0.46 0 0.39 0.38 129.86 0.3 0.48
Hex 55 9E 61 2E 0 27 26 82 1E 30
Octal 125 236 141 56 0 47 46 202 36 60
Binary 1010101 10011110 1100001 101110 0 100111 100110 10000010 11110 110000

Color Harmonies of #559E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E61

Black with #559E61

Text Example


Text Example

White with #559E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E61; }

 p { color: rgb(85,158,97); }

 H1.HeaderClassName
 {
   color: #559E61;
 }
 .AnyTagClassName
 {
   color: #559E61;
 }
</style>

background-color css

<style>
 a { background-color: #559E61; }

 a { background-color: rgb(85,158,97); }

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

border-color css

<style>
 span { border-color: #559E61; }

 span { border-color: rgb(85,158,97); }

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