#5DCA49

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

Shades of Apple #5DCA49

Tints of Apple #5DCA49

Color information

#5DCA49 (or 0x5DCA49) is unknown color: approx Apple. HEX triplet: 5D, CA and 49. RGB value is (93,202,73). Sum of RGB (Red+Green+Blue) = 93+202+73=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA49 is #A235B6. Grayscale: #9B9B9B. Windows color (decimal): -10630583 or 4835933. OLE color: 4835933.

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

Color convert

RGB9320273-
CMYK0.5400.640.21
HSL110.7º54.89%53.92%-
HSV(B)110.7º63.86%79.22%-
XYZ26.8445.0513.58-
YUV154.781.8983.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.27%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=25.27%
G=54.89%
B=19.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93202730.5400.640.21110.754.8953.92
Hex5DCA4936040156f3736
Octal135312111660100251576766
Binary101110111001010100100111011001000000101011101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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