#5DA84A

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

Shades of Apple #5DA84A

Tints of Apple #5DA84A

Color information

#5DA84A (or 0x5DA84A) is unknown color: approx Apple. HEX triplet: 5D, A8 and 4A. RGB value is (93,168,74). Sum of RGB (Red+Green+Blue) = 93+168+74=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA84A is #A257B5. Grayscale: #878787. Windows color (decimal): -10639286 or 4892765. OLE color: 4892765.

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

Color convert

RGB9316874-
CMYK0.4500.560.34
HSL107.87º38.84%47.45%-
HSV(B)107.87º55.95%65.88%-
XYZ19.7530.8311.39-
YUV134.8693.6598.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.76%
GREEN value IS 168 (66.02% from 255) = 50.15%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=27.76%
G=50.15%
B=22.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168740.4500.560.34107.8738.8447.45
Hex5DA84A2D038226c272f
Octal13525011255070421544757
Binary101110110101000100101010110101110001000101101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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