#5DDB4F

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

Shades of Apple #5DDB4F

Tints of Apple #5DDB4F

Color information

#5DDB4F (or 0x5DDB4F) is unknown color: approx Apple. HEX triplet: 5D, DB and 4F. RGB value is (93,219,79). Sum of RGB (Red+Green+Blue) = 93+219+79=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB4F is #A224B0. Grayscale: #A5A5A5. Windows color (decimal): -10626225 or 5233501. OLE color: 5233501.

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

Color convert

RGB9321979-
CMYK0.5800.640.14
HSL114º66.04%58.43%-
HSV(B)114º63.93%85.88%-
XYZ31.2653.5516.09-
YUV165.3779.2676.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.79%
GREEN value IS 219 (85.94% from 255) = 56.01%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=23.79%
G=56.01%
B=20.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal93219790.5800.640.1411466.0458.43
Hex5DDB4F3A040E72423a
Octal1353331177201001616210272
Binary101110111011011100111111101001000000111011100101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,219,79); }

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

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

 a { background-color: rgb(93,219,79); }

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

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

 span { border-color: rgb(93,219,79); }

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