#5DDE38

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

Shades of Apple #5DDE38

Tints of Apple #5DDE38

Color information

#5DDE38 (or 0x5DDE38) is unknown color: approx Apple. HEX triplet: 5D, DE and 38. RGB value is (93,222,56). Sum of RGB (Red+Green+Blue) = 93+222+56=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDE38 is #A221C7. Grayscale: #A5A5A5. Windows color (decimal): -10625480 or 3726941. OLE color: 3726941.

HSL color Cylindrical-coordinate representation of color #5DDE38: hue angle of 106.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DDE38 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB9322256-
CMYK0.5800.750.13
HSL106.63º71.55%54.51%-
HSV(B)106.63º74.77%87.06%-
XYZ31.3554.8612.68-
YUV164.566.7677-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=25.07%
G=59.84%
B=15.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93222560.5800.750.13106.6371.5554.51
Hex5DDE383A04BD6b4837
Octal135336707201131515311067
Binary10111011101111011100011101001001011110111010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,222,56); }

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

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

 a { background-color: rgb(93,222,56); }

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

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

 span { border-color: rgb(93,222,56); }

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