Html Css Color HEX #5DA261 Fruit Salad

📋 copy color: '#5DA261'

red 93 ◦ green 162 ◦ blue 97

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

Shades of Fruit Salad #5DA261

Tints of Fruit Salad #5DA261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 26.42%
G = 46.02%
B = 27.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#5DA261 (or 0x5DA261) is known color: Fruit Salad. HEX triplet: 5D, A2 and 61. RGB value is (93,162,97). Sum of RGB (Red+Green+Blue) = 93+162+97=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA261 is #A25D9E. Grayscale: #868686. Windows color (decimal): -10640799 or 6398557. OLE color: 6398557.

HSL color Cylindrical-coordinate representation of color #5DA261: hue angle of 123.48º 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 #5DA261 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 162 97 -
CMYK 0.43 0 0.40 0.36
HSL 123.48º 0.27% 0.5% -
HSV(B) 123.48º 0.43% 0.64% -
XYZ 19.59 29.03 15.88 -
YUV 133.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 93 162 97 0.43 0 0.40 0.36 123.48 0.27 0.5
Hex 5D A2 61 2B 0 28 24 7B 1B 32
Octal 135 242 141 53 0 50 44 173 33 62
Binary 1011101 10100010 1100001 101011 0 101000 100100 1111011 11011 110010

Color Harmonies of #5DA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA261

Black with #5DA261

Text Example


Text Example

White with #5DA261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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