Html Css Color HEX #5DAC40 Apple

📋 copy color: '#5DAC40'

red 93 ◦ green 172 ◦ blue 64

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

Shades of Apple #5DAC40

Tints of Apple #5DAC40

RGB

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

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

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

R = 28.27%
G = 52.28%
B = 19.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#5DAC40 (or 0x5DAC40) is known color: Apple. HEX triplet: 5D, AC and 40. RGB value is (93,172,64). Sum of RGB (Red+Green+Blue) = 93+172+64=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC40 is #A253BF. Grayscale: #888888. Windows color (decimal): -10638272 or 4238429. OLE color: 4238429.

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

Color convert

RGB 93 172 64 -
CMYK 0.46 0 0.63 0.33
HSL 103.89º 0.46% 0.46% -
HSV(B) 103.89º 0.63% 0.67% -
XYZ 20.19 32.2 10 -
YUV 136.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 93 172 64 0.46 0 0.63 0.33 103.89 0.46 0.46
Hex 5D AC 40 2E 0 3F 21 68 2E 2E
Octal 135 254 100 56 0 77 41 150 56 56
Binary 1011101 10101100 1000000 101110 0 111111 100001 1101000 101110 101110

Color Harmonies of #5DAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC40

Black with #5DAC40

Text Example


Text Example

White with #5DAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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