Html Css Color HEX #5DA13B Apple

📋 copy color: '#5DA13B'

red 93 ◦ green 161 ◦ blue 59

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

Shades of Apple #5DA13B

Tints of Apple #5DA13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.44%

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

R = 29.71%
G = 51.44%
B = 18.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#5DA13B (or 0x5DA13B) is known color: Apple. HEX triplet: 5D, A1 and 3B. RGB value is (93,161,59). Sum of RGB (Red+Green+Blue) = 93+161+59=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA13B is #A25EC4. Grayscale: #818181. Windows color (decimal): -10641093 or 3907933. OLE color: 3907933.

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

Color convert

RGB 93 161 59 -
CMYK 0.42 0 0.63 0.37
HSL 100º 0.46% 0.43% -
HSV(B) 100º 0.63% 0.63% -
XYZ 18.05 28.13 8.62 -
YUV 129.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 93 161 59 0.42 0 0.63 0.37 100 0.46 0.43
Hex 5D A1 3B 2A 0 3F 25 64 2E 2B
Octal 135 241 73 52 0 77 45 144 56 53
Binary 1011101 10100001 111011 101010 0 111111 100101 1100100 101110 101011

Color Harmonies of #5DA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA13B

Black with #5DA13B

Text Example


Text Example

White with #5DA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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