#5dd84c

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

Shades of Apple #5DD84C

Tints of Apple #5DD84C

Color information

#5DD84C (or 0x5DD84C) is unknown color: approx Apple. HEX triplet: 5D, D8 and 4C. RGB value is (93,216,76). Sum of RGB (Red+Green+Blue) = 93+216+76=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD84C is #A227B3. Grayscale: #A3A3A3. Windows color (decimal): -10626996 or 5036125. OLE color: 5036125.

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

Color convert

RGB9321676-
CMYK0.5700.650.15
HSL112.71º64.22%57.25%-
HSV(B)112.71º64.81%84.71%-
XYZ30.3751.9615.27-
YUV163.2678.7577.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 216 (84.77% from 255) = 56.10%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=24.16%
G=56.10%
B=19.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93216760.5700.650.15112.7164.2257.25
Hex5DD84C39041F714039
Octal1353301147101011716110071
Binary101110111011000100110011100101000001111111100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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