#5DCA39

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

Shades of Apple #5DCA39

Tints of Apple #5DCA39

Color information

#5DCA39 (or 0x5DCA39) is unknown color: approx Apple. HEX triplet: 5D, CA and 39. RGB value is (93,202,57). Sum of RGB (Red+Green+Blue) = 93+202+57=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA39 is #A235C6. Grayscale: #999999. Windows color (decimal): -10630599 or 3787357. OLE color: 3787357.

HSL color Cylindrical-coordinate representation of color #5DCA39: hue angle of 105.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DCA39 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB9320257-
CMYK0.5400.720.21
HSL105.1º57.77%50.78%-
HSV(B)105.1º71.78%79.22%-
XYZ26.3744.8611.14-
YUV152.8873.8985.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 202 (79.30% from 255) = 57.39%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=26.42%
G=57.39%
B=16.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93202570.5400.720.21105.157.7750.78
Hex5DCA393604815693a33
Octal13531271660110251517263
Binary10111011100101011100111011001001000101011101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,57); }

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

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

 a { background-color: rgb(93,202,57); }

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

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

 span { border-color: rgb(93,202,57); }

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