#5DA451

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

Shades of Apple #5DA451

Tints of Apple #5DA451

Color information

#5DA451 (or 0x5DA451) is unknown color: approx Apple. HEX triplet: 5D, A4 and 51. RGB value is (93,164,81). Sum of RGB (Red+Green+Blue) = 93+164+81=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA451 is #A25BAE. Grayscale: #858585. Windows color (decimal): -10640303 or 5350493. OLE color: 5350493.

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

Color convert

RGB9316481-
CMYK0.4300.510.36
HSL111.33º33.88%48.04%-
HSV(B)111.33º50.61%64.31%-
XYZ19.2729.4712.46-
YUV133.3198.4899.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.51%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=27.51%
G=48.52%
B=23.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164810.4300.510.36111.3333.8848.04
Hex5DA4512B033246f2230
Octal13524412153063441574260
Binary101110110100100101000110101101100111001001101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,81); }

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

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

 a { background-color: rgb(93,164,81); }

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

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

 span { border-color: rgb(93,164,81); }

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