Html Css Color HEX #549E61 Fruit Salad

📋 copy color: '#549E61'

red 84 ◦ green 158 ◦ blue 97

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

Shades of Fruit Salad #549E61

Tints of Fruit Salad #549E61

RGB

 RED value IS 84 (33.2% from 255) = 24.78%

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

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

R = 24.78%
G = 46.61%
B = 28.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#549E61 (or 0x549E61) is known color: Fruit Salad. HEX triplet: 54, 9E and 61. RGB value is (84,158,97). Sum of RGB (Red+Green+Blue) = 84+158+97=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #549E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E61 is #AB619E. Grayscale: #818181. Windows color (decimal): -11231647 or 6397524. OLE color: 6397524.

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

Color convert

RGB 84 158 97 -
CMYK 0.47 0 0.39 0.38
HSL 130.54º 0.31% 0.47% -
HSV(B) 130.54º 0.47% 0.62% -
XYZ 18.04 27.2 15.61 -
YUV 128.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 84 158 97 0.47 0 0.39 0.38 130.54 0.31 0.47
Hex 54 9E 61 2F 0 27 26 83 1F 2F
Octal 124 236 141 57 0 47 46 203 37 57
Binary 1010100 10011110 1100001 101111 0 100111 100110 10000011 11111 101111

Color Harmonies of #549E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E61

Black with #549E61

Text Example


Text Example

White with #549E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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