Html Css Color HEX #5DAC49 Apple

📋 copy color: '#5DAC49'

red 93 ◦ green 172 ◦ blue 73

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

Shades of Apple #5DAC49

Tints of Apple #5DAC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 27.51%
G = 50.89%
B = 21.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#5DAC49 (or 0x5DAC49) is known color: Apple. HEX triplet: 5D, AC and 49. RGB value is (93,172,73). Sum of RGB (Red+Green+Blue) = 93+172+73=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC49 is #A253B6. Grayscale: #898989. Windows color (decimal): -10638263 or 4828253. OLE color: 4828253.

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

Color convert

RGB 93 172 73 -
CMYK 0.46 0 0.58 0.33
HSL 107.88º 0.4% 0.48% -
HSV(B) 107.88º 0.58% 0.67% -
XYZ 20.47 32.31 11.46 -
YUV 137.09 91.83 96.55 -
System Red Green Blue C M Y K H S L
Decimal 93 172 73 0.46 0 0.58 0.33 107.88 0.4 0.48
Hex 5D AC 49 2E 0 3A 21 6C 28 30
Octal 135 254 111 56 0 72 41 154 50 60
Binary 1011101 10101100 1001001 101110 0 111010 100001 1101100 101000 110000

Color Harmonies of #5DAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC49

Black with #5DAC49

Text Example


Text Example

White with #5DAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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