Html Css Color HEX #5DA158 Fruit Salad

📋 copy color: '#5DA158'

red 93 ◦ green 161 ◦ blue 88

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

Shades of Fruit Salad #5DA158

Tints of Fruit Salad #5DA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 27.19%
G = 47.08%
B = 25.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#5DA158 (or 0x5DA158) is known color: Fruit Salad. HEX triplet: 5D, A1 and 58. RGB value is (93,161,88). Sum of RGB (Red+Green+Blue) = 93+161+88=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA158 is #A25EA7. Grayscale: #848484. Windows color (decimal): -10641064 or 5808477. OLE color: 5808477.

HSL color Cylindrical-coordinate representation of color #5DA158: hue angle of 115.89º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA158 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 88 -
CMYK 0.42 0 0.45 0.37
HSL 115.89º 0.29% 0.49% -
HSV(B) 115.89º 0.45% 0.63% -
XYZ 19.02 28.52 13.74 -
YUV 132.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 93 161 88 0.42 0 0.45 0.37 115.89 0.29 0.49
Hex 5D A1 58 2A 0 2D 25 74 1D 31
Octal 135 241 130 52 0 55 45 164 35 61
Binary 1011101 10100001 1011000 101010 0 101101 100101 1110100 11101 110001

Color Harmonies of #5DA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA158

Black with #5DA158

Text Example


Text Example

White with #5DA158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,161,88); }

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

background-color css

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

 a { background-color: rgb(93,161,88); }

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

border-color css

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

 span { border-color: rgb(93,161,88); }

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