Html Css Color HEX #5DAC56 Fruit Salad

📋 copy color: '#5DAC56'

red 93 ◦ green 172 ◦ blue 86

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

Shades of Fruit Salad #5DAC56

Tints of Fruit Salad #5DAC56

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 26.5%
G = 49%
B = 24.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#5DAC56 (or 0x5DAC56) is known color: Fruit Salad. HEX triplet: 5D, AC and 56. RGB value is (93,172,86). Sum of RGB (Red+Green+Blue) = 93+172+86=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC56 is #A253A9. Grayscale: #8A8A8A. Windows color (decimal): -10638250 or 5680221. OLE color: 5680221.

HSL color Cylindrical-coordinate representation of color #5DAC56: hue angle of 115.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DAC56 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 172 86 -
CMYK 0.46 0 0.5 0.33
HSL 115.12º 0.34% 0.51% -
HSV(B) 115.12º 0.5% 0.67% -
XYZ 20.95 32.5 13.97 -
YUV 138.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 93 172 86 0.46 0 0.5 0.33 115.12 0.34 0.51
Hex 5D AC 56 2E 0 32 21 73 22 33
Octal 135 254 126 56 0 62 41 163 42 63
Binary 1011101 10101100 1010110 101110 0 110010 100001 1110011 100010 110011

Color Harmonies of #5DAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC56

Black with #5DAC56

Text Example


Text Example

White with #5DAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,86); }

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

background-color css

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

 a { background-color: rgb(93,172,86); }

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

border-color css

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

 span { border-color: rgb(93,172,86); }

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