Html Css Color HEX #5DAD40 Apple

📋 copy color: '#5DAD40'

red 93 ◦ green 173 ◦ blue 64

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

Shades of Apple #5DAD40

Tints of Apple #5DAD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 28.18%
G = 52.42%
B = 19.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#5DAD40 (or 0x5DAD40) is known color: Apple. HEX triplet: 5D, AD and 40. RGB value is (93,173,64). Sum of RGB (Red+Green+Blue) = 93+173+64=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD40 is #A252BF. Grayscale: #898989. Windows color (decimal): -10638016 or 4238685. OLE color: 4238685.

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

Color convert

RGB 93 173 64 -
CMYK 0.46 0 0.63 0.32
HSL 104.04º 0.46% 0.46% -
HSV(B) 104.04º 0.63% 0.68% -
XYZ 20.38 32.58 10.07 -
YUV 136.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 93 173 64 0.46 0 0.63 0.32 104.04 0.46 0.46
Hex 5D AD 40 2E 0 3F 20 68 2E 2E
Octal 135 255 100 56 0 77 40 150 56 56
Binary 1011101 10101101 1000000 101110 0 111111 100000 1101000 101110 101110

Color Harmonies of #5DAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD40

Black with #5DAD40

Text Example


Text Example

White with #5DAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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