#5DA25A

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

Shades of Fruit Salad #5DA25A

Tints of Fruit Salad #5DA25A

Color information

#5DA25A (or 0x5DA25A) is unknown color: approx Fruit Salad. HEX triplet: 5D, A2 and 5A. RGB value is (93,162,90). Sum of RGB (Red+Green+Blue) = 93+162+90=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA25A is #A25DA5. Grayscale: #858585. Windows color (decimal): -10640806 or 5939805. OLE color: 5939805.

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

Color convert

RGB9316290-
CMYK0.4300.440.36
HSL117.5º28.57%49.41%-
HSV(B)117.5º44.44%63.53%-
XYZ19.2828.9114.24-
YUV133.16103.6499.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=26.96%
G=46.96%
B=26.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93162900.4300.440.36117.528.5749.41
Hex5DA25A2B02C24761d31
Octal13524213253054441663561
Binary10111011010001010110101010110101100100100111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,162,90); }

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

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

 a { background-color: rgb(93,162,90); }

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

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

 span { border-color: rgb(93,162,90); }

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