Html Css Color HEX #5DAC50 Apple

📋 copy color: '#5DAC50'

red 93 ◦ green 172 ◦ blue 80

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

Shades of Apple #5DAC50

Tints of Apple #5DAC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 26.96%
G = 49.86%
B = 23.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#5DAC50 (or 0x5DAC50) is known color: Apple. HEX triplet: 5D, AC and 50. RGB value is (93,172,80). Sum of RGB (Red+Green+Blue) = 93+172+80=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC50 is #A253AF. Grayscale: #8A8A8A. Windows color (decimal): -10638256 or 5287005. OLE color: 5287005.

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

Color convert

RGB 93 172 80 -
CMYK 0.46 0 0.53 0.33
HSL 111.52º 0.37% 0.49% -
HSV(B) 111.52º 0.53% 0.67% -
XYZ 20.71 32.41 12.75 -
YUV 137.89 95.33 95.98 -
System Red Green Blue C M Y K H S L
Decimal 93 172 80 0.46 0 0.53 0.33 111.52 0.37 0.49
Hex 5D AC 50 2E 0 35 21 70 25 31
Octal 135 254 120 56 0 65 41 160 45 61
Binary 1011101 10101100 1010000 101110 0 110101 100001 1110000 100101 110001

Color Harmonies of #5DAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC50

Black with #5DAC50

Text Example


Text Example

White with #5DAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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