Html Css Color HEX #5CA159 Fruit Salad

📋 copy color: '#5CA159'

red 92 ◦ green 161 ◦ blue 89

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

Shades of Fruit Salad #5CA159

Tints of Fruit Salad #5CA159

RGB

 RED value IS 92 (36.33% from 255) = 26.9%

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 26.9%
G = 47.08%
B = 26.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#5CA159 (or 0x5CA159) is known color: Fruit Salad. HEX triplet: 5C, A1 and 59. RGB value is (92,161,89). Sum of RGB (Red+Green+Blue) = 92+161+89=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA159 is #A35EA6. Grayscale: #848484. Windows color (decimal): -10706599 or 5874012. OLE color: 5874012.

HSL color Cylindrical-coordinate representation of color #5CA159: hue angle of 117.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA159 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 161 89 -
CMYK 0.43 0 0.45 0.37
HSL 117.5º 0.29% 0.49% -
HSV(B) 117.5º 0.45% 0.63% -
XYZ 18.96 28.49 13.95 -
YUV 132.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 92 161 89 0.43 0 0.45 0.37 117.5 0.29 0.49
Hex 5C A1 59 2B 0 2D 25 76 1D 31
Octal 134 241 131 53 0 55 45 166 35 61
Binary 1011100 10100001 1011001 101011 0 101101 100101 1110110 11101 110001

Color Harmonies of #5CA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA159

Black with #5CA159

Text Example


Text Example

White with #5CA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA159; }

 p { color: rgb(92,161,89); }

 H1.HeaderClassName
 {
   color: #5CA159;
 }
 .AnyTagClassName
 {
   color: #5CA159;
 }
</style>

background-color css

<style>
 a { background-color: #5CA159; }

 a { background-color: rgb(92,161,89); }

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

border-color css

<style>
 span { border-color: #5CA159; }

 span { border-color: rgb(92,161,89); }

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