#5C9E61

Color #5C9E61 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5C9E61

Tints of Fruit Salad #5C9E61

Color information

#5C9E61 (or 0x5C9E61) is unknown color: approx Fruit Salad. HEX triplet: 5C, 9E and 61. RGB value is (92,158,97). Sum of RGB (Red+Green+Blue) = 92+158+97=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9E61 is #A3619E. Grayscale: #838383. Windows color (decimal): -10707359 or 6397532. OLE color: 6397532.

HSL color Cylindrical-coordinate representation of color #5C9E61: hue angle of 124.55º degrees, saturation: 0.26, 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 #5C9E61 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB9215897-
CMYK0.4200.390.38
HSL124.55º26.4%49.02%-
HSV(B)124.55º41.77%61.96%-
XYZ18.827.5915.64-
YUV131.31108.6399.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=26.51%
G=45.53%
B=27.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92158970.4200.390.38124.5526.449.02
Hex5C9E612A027267d1a31
Octal13423614152047461753261
Binary10111001001111011000011010100100111100110111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C9E61;
 }
 .AnyTagClassName
 {
   color: #5C9E61;
 }
</style>
background-color css

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

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

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

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

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

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