#5CA254

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

Shades of Fruit Salad #5CA254

Tints of Fruit Salad #5CA254

Color information

#5CA254 (or 0x5CA254) is unknown color: approx Fruit Salad. HEX triplet: 5C, A2 and 54. RGB value is (92,162,84). Sum of RGB (Red+Green+Blue) = 92+162+84=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA254 is #A35DAB. Grayscale: #848484. Windows color (decimal): -10706348 or 5546588. OLE color: 5546588.

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

Color convert

RGB9216284-
CMYK0.4300.480.36
HSL113.85º31.71%48.24%-
HSV(B)113.85º48.15%63.53%-
XYZ18.9328.7612.94-
YUV132.18100.8199.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=27.22%
G=47.93%
B=24.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162840.4300.480.36113.8531.7148.24
Hex5CA2542B03024722030
Octal13424212453060441624060
Binary101110010100010101010010101101100001001001110010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,84); }

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

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

 a { background-color: rgb(92,162,84); }

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

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

 span { border-color: rgb(92,162,84); }

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