#5CA75E

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

Shades of Fruit Salad #5CA75E

Tints of Fruit Salad #5CA75E

Color information

#5CA75E (or 0x5CA75E) is unknown color: approx Fruit Salad. HEX triplet: 5C, A7 and 5E. RGB value is (92,167,94). Sum of RGB (Red+Green+Blue) = 92+167+94=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA75E is #A358A1. Grayscale: #888888. Windows color (decimal): -10705058 or 6203228. OLE color: 6203228.

HSL color Cylindrical-coordinate representation of color #5CA75E: hue angle of 121.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA75E is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB9216794-
CMYK0.4500.440.35
HSL121.6º29.88%50.78%-
HSV(B)121.6º44.91%65.49%-
XYZ20.2530.7215.45-
YUV136.25104.1596.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.06%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=26.06%
G=47.31%
B=26.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92167940.4500.440.35121.629.8850.78
Hex5CA75E2D02C237a1e33
Octal13424713655054431723663
Binary10111001010011110111101011010101100100011111101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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