Html Css Color HEX #5DAD4D Apple

📋 copy color: '#5DAD4D'

red 93 ◦ green 173 ◦ blue 77

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

Shades of Apple #5DAD4D

Tints of Apple #5DAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 27.11%
G = 50.44%
B = 22.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#5DAD4D (or 0x5DAD4D) is known color: Apple. HEX triplet: 5D, AD and 4D. RGB value is (93,173,77). Sum of RGB (Red+Green+Blue) = 93+173+77=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD4D is #A252B2. Grayscale: #8A8A8A. Windows color (decimal): -10638003 or 5090653. OLE color: 5090653.

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

Color convert

RGB 93 173 77 -
CMYK 0.46 0 0.55 0.32
HSL 110º 0.38% 0.49% -
HSV(B) 110º 0.55% 0.68% -
XYZ 20.8 32.75 12.25 -
YUV 138.14 93.5 95.81 -
System Red Green Blue C M Y K H S L
Decimal 93 173 77 0.46 0 0.55 0.32 110 0.38 0.49
Hex 5D AD 4D 2E 0 37 20 6E 26 31
Octal 135 255 115 56 0 67 40 156 46 61
Binary 1011101 10101101 1001101 101110 0 110111 100000 1101110 100110 110001

Color Harmonies of #5DAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD4D

Black with #5DAD4D

Text Example


Text Example

White with #5DAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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