Html Css Color HEX #5DA940 Apple

📋 copy color: '#5DA940'

red 93 ◦ green 169 ◦ blue 64

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

Shades of Apple #5DA940

Tints of Apple #5DA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.84%

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

R = 28.53%
G = 51.84%
B = 19.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#5DA940 (or 0x5DA940) is known color: Apple. HEX triplet: 5D, A9 and 40. RGB value is (93,169,64). Sum of RGB (Red+Green+Blue) = 93+169+64=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA940 is #A256BF. Grayscale: #868686. Windows color (decimal): -10639040 or 4237661. OLE color: 4237661.

HSL color Cylindrical-coordinate representation of color #5DA940: hue angle of 103.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DA940 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 169 64 -
CMYK 0.45 0 0.62 0.34
HSL 103.43º 0.45% 0.46% -
HSV(B) 103.43º 0.62% 0.66% -
XYZ 19.63 31.07 9.81 -
YUV 134.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 93 169 64 0.45 0 0.62 0.34 103.43 0.45 0.46
Hex 5D A9 40 2D 0 3E 22 67 2D 2E
Octal 135 251 100 55 0 76 42 147 55 56
Binary 1011101 10101001 1000000 101101 0 111110 100010 1100111 101101 101110

Color Harmonies of #5DA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA940

Black with #5DA940

Text Example


Text Example

White with #5DA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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