Html Css Color HEX #5DAA3B Apple

📋 copy color: '#5DAA3B'

red 93 ◦ green 170 ◦ blue 59

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

Shades of Apple #5DAA3B

Tints of Apple #5DAA3B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 28.88%
G = 52.8%
B = 18.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#5DAA3B (or 0x5DAA3B) is known color: Apple. HEX triplet: 5D, AA and 3B. RGB value is (93,170,59). Sum of RGB (Red+Green+Blue) = 93+170+59=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAA3B is #A255C4. Grayscale: #868686. Windows color (decimal): -10638789 or 3910237. OLE color: 3910237.

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

Color convert

RGB 93 170 59 -
CMYK 0.45 0 0.65 0.33
HSL 101.62º 0.48% 0.45% -
HSV(B) 101.62º 0.65% 0.67% -
XYZ 19.68 31.39 9.16 -
YUV 134.32 85.49 98.53 -
System Red Green Blue C M Y K H S L
Decimal 93 170 59 0.45 0 0.65 0.33 101.62 0.48 0.45
Hex 5D AA 3B 2D 0 41 21 66 30 2D
Octal 135 252 73 55 0 101 41 146 60 55
Binary 1011101 10101010 111011 101101 0 1000001 100001 1100110 110000 101101

Color Harmonies of #5DAA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAA3B

Black with #5DAA3B

Text Example


Text Example

White with #5DAA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,59); }

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

background-color css

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

 a { background-color: rgb(93,170,59); }

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

border-color css

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

 span { border-color: rgb(93,170,59); }

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