Html Css Color HEX #559D5E Fruit Salad

📋 copy color: '#559D5E'

red 85 ◦ green 157 ◦ blue 94

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

Shades of Fruit Salad #559D5E

Tints of Fruit Salad #559D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 25.3%
G = 46.73%
B = 27.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#559D5E (or 0x559D5E) is known color: Fruit Salad. HEX triplet: 55, 9D and 5E. RGB value is (85,157,94). Sum of RGB (Red+Green+Blue) = 85+157+94=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #559D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D5E is #AA62A1. Grayscale: #808080. Windows color (decimal): -11166370 or 6200661. OLE color: 6200661.

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

Color convert

RGB 85 157 94 -
CMYK 0.46 0 0.40 0.38
HSL 127.5º 0.3% 0.47% -
HSV(B) 127.5º 0.46% 0.62% -
XYZ 17.82 26.85 14.83 -
YUV 128.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 85 157 94 0.46 0 0.40 0.38 127.5 0.3 0.47
Hex 55 9D 5E 2E 0 28 26 80 1E 2F
Octal 125 235 136 56 0 50 46 200 36 57
Binary 1010101 10011101 1011110 101110 0 101000 100110 10000000 11110 101111

Color Harmonies of #559D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D5E

Black with #559D5E

Text Example


Text Example

White with #559D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,94); }

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

background-color css

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

 a { background-color: rgb(85,157,94); }

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

border-color css

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

 span { border-color: rgb(85,157,94); }

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