#5DD83F

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

Shades of Apple #5DD83F

Tints of Apple #5DD83F

Color information

#5DD83F (or 0x5DD83F) is unknown color: approx Apple. HEX triplet: 5D, D8 and 3F. RGB value is (93,216,63). Sum of RGB (Red+Green+Blue) = 93+216+63=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD83F is #A227C0. Grayscale: #A2A2A2. Windows color (decimal): -10627009 or 4184157. OLE color: 4184157.

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

Color convert

RGB9321663-
CMYK0.5700.710.15
HSL108.24º66.23%54.71%-
HSV(B)108.24º70.83%84.71%-
XYZ29.9751.813.12-
YUV161.7872.2578.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 216 (84.77% from 255) = 58.06%
BLUE value IS 63 (25% from 255) = 16.94%
R=25%
G=58.06%
B=16.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93216630.5700.710.15108.2466.2354.71
Hex5DD83F39047F6c4237
Octal135330777101071715410267
Binary10111011101100011111111100101000111111111011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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