#5DA83D

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

Shades of Apple #5DA83D

Tints of Apple #5DA83D

Color information

#5DA83D (or 0x5DA83D) is unknown color: approx Apple. HEX triplet: 5D, A8 and 3D. RGB value is (93,168,61). Sum of RGB (Red+Green+Blue) = 93+168+61=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA83D is #A257C2. Grayscale: #858585. Windows color (decimal): -10639299 or 4040797. OLE color: 4040797.

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

Color convert

RGB9316861-
CMYK0.4500.640.34
HSL102.06º46.72%44.9%-
HSV(B)102.06º63.69%65.88%-
XYZ19.3630.679.31-
YUV133.3887.1599.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 168 (66.02% from 255) = 52.17%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=28.88%
G=52.17%
B=18.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168610.4500.640.34102.0646.7244.9
Hex5DA83D2D04022662f2d
Octal13525075550100421465755
Binary101110110101000111101101101010000001000101100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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