Html Css Color HEX #5DAD49 Apple

📋 copy color: '#5DAD49'

red 93 ◦ green 173 ◦ blue 73

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

Shades of Apple #5DAD49

Tints of Apple #5DAD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.03%

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

R = 27.43%
G = 51.03%
B = 21.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#5DAD49 (or 0x5DAD49) is known color: Apple. HEX triplet: 5D, AD and 49. RGB value is (93,173,73). Sum of RGB (Red+Green+Blue) = 93+173+73=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD49 is #A252B6. Grayscale: #8A8A8A. Windows color (decimal): -10638007 or 4828509. OLE color: 4828509.

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

Color convert

RGB 93 173 73 -
CMYK 0.46 0 0.58 0.32
HSL 108º 0.41% 0.48% -
HSV(B) 108º 0.58% 0.68% -
XYZ 20.66 32.7 11.53 -
YUV 137.68 91.5 96.13 -
System Red Green Blue C M Y K H S L
Decimal 93 173 73 0.46 0 0.58 0.32 108 0.41 0.48
Hex 5D AD 49 2E 0 3A 20 6C 29 30
Octal 135 255 111 56 0 72 40 154 51 60
Binary 1011101 10101101 1001001 101110 0 111010 100000 1101100 101001 110000

Color Harmonies of #5DAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD49

Black with #5DAD49

Text Example


Text Example

White with #5DAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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