Html Css Color HEX #5C9F60 Fruit Salad

📋 copy color: '#5C9F60'

red 92 ◦ green 159 ◦ blue 96

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

Shades of Fruit Salad #5C9F60

Tints of Fruit Salad #5C9F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.82%

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 26.51%
G = 45.82%
B = 27.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#5C9F60 (or 0x5C9F60) is known color: Fruit Salad. HEX triplet: 5C, 9F and 60. RGB value is (92,159,96). Sum of RGB (Red+Green+Blue) = 92+159+96=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F60 is #A3609F. Grayscale: #838383. Windows color (decimal): -10707104 or 6332252. OLE color: 6332252.

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

Color convert

RGB 92 159 96 -
CMYK 0.42 0 0.40 0.38
HSL 123.58º 0.27% 0.49% -
HSV(B) 123.58º 0.42% 0.62% -
XYZ 18.92 27.92 15.46 -
YUV 131.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 92 159 96 0.42 0 0.40 0.38 123.58 0.27 0.49
Hex 5C 9F 60 2A 0 28 26 7C 1B 31
Octal 134 237 140 52 0 50 46 174 33 61
Binary 1011100 10011111 1100000 101010 0 101000 100110 1111100 11011 110001

Color Harmonies of #5C9F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9F60

Black with #5C9F60

Text Example


Text Example

White with #5C9F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,159,96); }

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

background-color css

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

 a { background-color: rgb(92,159,96); }

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

border-color css

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

 span { border-color: rgb(92,159,96); }

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