Html Css Color HEX #5C9D5E Fruit Salad

📋 copy color: '#5C9D5E'

red 92 ◦ green 157 ◦ blue 94

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

Shades of Fruit Salad #5C9D5E

Tints of Fruit Salad #5C9D5E

RGB

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

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

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

R = 26.82%
G = 45.77%
B = 27.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#5C9D5E (or 0x5C9D5E) is known color: Fruit Salad. HEX triplet: 5C, 9D and 5E. RGB value is (92,157,94). Sum of RGB (Red+Green+Blue) = 92+157+94=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9D5E is #A362A1. Grayscale: #828282. Windows color (decimal): -10707618 or 6200668. OLE color: 6200668.

HSL color Cylindrical-coordinate representation of color #5C9D5E: hue angle of 121.85º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D5E is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 157 94 -
CMYK 0.41 0 0.40 0.38
HSL 121.85º 0.26% 0.49% -
HSV(B) 121.85º 0.41% 0.62% -
XYZ 18.49 27.2 14.86 -
YUV 130.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 92 157 94 0.41 0 0.40 0.38 121.85 0.26 0.49
Hex 5C 9D 5E 29 0 28 26 7A 1A 31
Octal 134 235 136 51 0 50 46 172 32 61
Binary 1011100 10011101 1011110 101001 0 101000 100110 1111010 11010 110001

Color Harmonies of #5C9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9D5E

Black with #5C9D5E

Text Example


Text Example

White with #5C9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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