#5DA454

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

Shades of Fruit Salad #5DA454

Tints of Fruit Salad #5DA454

Color information

#5DA454 (or 0x5DA454) is unknown color: approx Fruit Salad. HEX triplet: 5D, A4 and 54. RGB value is (93,164,84). Sum of RGB (Red+Green+Blue) = 93+164+84=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA454 is #A25BAB. Grayscale: #858585. Windows color (decimal): -10640300 or 5547101. OLE color: 5547101.

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

Color convert

RGB9316484-
CMYK0.4300.490.36
HSL113.25º32.26%48.63%-
HSV(B)113.25º48.78%64.31%-
XYZ19.3929.5213.06-
YUV133.6599.9899-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=27.27%
G=48.09%
B=24.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164840.4300.490.36113.2532.2648.63
Hex5DA4542B03124712031
Octal13524412453061441614061
Binary101110110100100101010010101101100011001001110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,84); }

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

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

 a { background-color: rgb(93,164,84); }

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

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

 span { border-color: rgb(93,164,84); }

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