#5DA13E

Color #5DA13E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5DA13E

Tints of Apple #5DA13E

Color information

#5DA13E (or 0x5DA13E) is unknown color: approx Apple. HEX triplet: 5D, A1 and 3E. RGB value is (93,161,62). Sum of RGB (Red+Green+Blue) = 93+161+62=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA13E is #A25EC1. Grayscale: #818181. Windows color (decimal): -10641090 or 4104541. OLE color: 4104541.

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

Color convert

RGB9316162-
CMYK0.4200.610.37
HSL101.21º44.39%43.73%-
HSV(B)101.21º61.49%63.14%-
XYZ18.1328.169.04-
YUV129.3889.97102.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 161 (63.28% from 255) = 50.95%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=29.43%
G=50.95%
B=19.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93161620.4200.610.37101.2144.3943.73
Hex5DA13E2A03D25652c2c
Octal1352417652075451455454
Binary10111011010000111111010101001111011001011100101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA13E;
 }
 .AnyTagClassName
 {
   color: #5DA13E;
 }
</style>
background-color css

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

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

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

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

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

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