#5DA245

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

Shades of Apple #5DA245

Tints of Apple #5DA245

Color information

#5DA245 (or 0x5DA245) is unknown color: approx Apple. HEX triplet: 5D, A2 and 45. RGB value is (93,162,69). Sum of RGB (Red+Green+Blue) = 93+162+69=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA245 is #A25DBA. Grayscale: #838383. Windows color (decimal): -10640827 or 4563549. OLE color: 4563549.

HSL color Cylindrical-coordinate representation of color #5DA245: hue angle of 104.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA245 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB9316269-
CMYK0.4300.570.36
HSL104.52º40.26%45.29%-
HSV(B)104.52º57.41%63.53%-
XYZ18.5128.610.17-
YUV130.7793.14101.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.70%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=28.70%
G=50%
B=21.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93162690.4300.570.36104.5240.2645.29
Hex5DA2452B0392469282d
Octal13524210553071441515055
Binary101110110100010100010110101101110011001001101001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,162,69); }

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

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

 a { background-color: rgb(93,162,69); }

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

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

 span { border-color: rgb(93,162,69); }

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