#5DCA53

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

Shades of Apple #5DCA53

Tints of Apple #5DCA53

Color information

#5DCA53 (or 0x5DCA53) is unknown color: approx Apple. HEX triplet: 5D, CA and 53. RGB value is (93,202,83). Sum of RGB (Red+Green+Blue) = 93+202+83=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCA53 is #A235AC. Grayscale: #9C9C9C. Windows color (decimal): -10630573 or 5491293. OLE color: 5491293.

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

Color convert

RGB9320283-
CMYK0.5400.590.21
HSL114.96º52.89%55.88%-
HSV(B)114.96º58.91%79.22%-
XYZ27.245.1915.47-
YUV155.8486.8983.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.60%
GREEN value IS 202 (79.30% from 255) = 53.44%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=24.60%
G=53.44%
B=21.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93202830.5400.590.21114.9652.8955.88
Hex5DCA533603B15733538
Octal13531212366073251636570
Binary10111011100101010100111101100111011101011110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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