#5DD84E

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

Shades of Apple #5DD84E

Tints of Apple #5DD84E

Color information

#5DD84E (or 0x5DD84E) is unknown color: approx Apple. HEX triplet: 5D, D8 and 4E. RGB value is (93,216,78). Sum of RGB (Red+Green+Blue) = 93+216+78=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD84E is #A227B1. Grayscale: #A3A3A3. Windows color (decimal): -10626994 or 5167197. OLE color: 5167197.

HSL color Cylindrical-coordinate representation of color #5DD84E: hue angle of 113.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DD84E is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB9321678-
CMYK0.5700.640.15
HSL113.48º63.89%57.65%-
HSV(B)113.48º63.89%84.71%-
XYZ30.4551.9915.64-
YUV163.4979.7577.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 216 (84.77% from 255) = 55.81%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=24.03%
G=55.81%
B=20.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93216780.5700.640.15113.4863.8957.65
Hex5DD84E39040F71403a
Octal1353301167101001716110072
Binary101110111011000100111011100101000000111111100011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,216,78); }

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

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

 a { background-color: rgb(93,216,78); }

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

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

 span { border-color: rgb(93,216,78); }

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