#5DA74A

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

Shades of Apple #5DA74A

Tints of Apple #5DA74A

Color information

#5DA74A (or 0x5DA74A) is unknown color: approx Apple. HEX triplet: 5D, A7 and 4A. RGB value is (93,167,74). Sum of RGB (Red+Green+Blue) = 93+167+74=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA74A is #A258B5. Grayscale: #868686. Windows color (decimal): -10639542 or 4892509. OLE color: 4892509.

HSL color Cylindrical-coordinate representation of color #5DA74A: hue angle of 107.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DA74A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB9316774-
CMYK0.4400.560.35
HSL107.74º38.59%47.25%-
HSV(B)107.74º55.69%65.49%-
XYZ19.5730.4611.33-
YUV134.2793.9898.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 167 (65.62% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=27.84%
G=50%
B=22.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93167740.4400.560.35107.7438.5947.25
Hex5DA74A2C038236c272f
Octal13524711254070431544757
Binary101110110100111100101010110001110001000111101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,167,74); }

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

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

 a { background-color: rgb(93,167,74); }

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

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

 span { border-color: rgb(93,167,74); }

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