Html Css Color HEX #5DA260 Fruit Salad

📋 copy color: '#5DA260'

red 93 ◦ green 162 ◦ blue 96

#5DA260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5DA260

Tints of Fruit Salad #5DA260

RGB

 RED value IS 93 (36.72% from 255) = 26.5%

 GREEN value IS 162 (63.67% from 255) = 46.15%

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 26.5%
G = 46.15%
B = 27.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#5DA260 (or 0x5DA260) is known color: Fruit Salad. HEX triplet: 5D, A2 and 60. RGB value is (93,162,96). Sum of RGB (Red+Green+Blue) = 93+162+96=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA260 is #A25D9F. Grayscale: #868686. Windows color (decimal): -10640800 or 6333021. OLE color: 6333021.

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

Color convert

RGB 93 162 96 -
CMYK 0.43 0 0.41 0.36
HSL 122.61º 0.27% 0.5% -
HSV(B) 122.61º 0.43% 0.64% -
XYZ 19.55 29.01 15.64 -
YUV 133.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 93 162 96 0.43 0 0.41 0.36 122.61 0.27 0.5
Hex 5D A2 60 2B 0 29 24 7B 1B 32
Octal 135 242 140 53 0 51 44 173 33 62
Binary 1011101 10100010 1100000 101011 0 101001 100100 1111011 11011 110010

Color Harmonies of #5DA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA260

Black with #5DA260

Text Example


Text Example

White with #5DA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA260;
 }
 .AnyTagClassName
 {
   color: #5DA260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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