#5DCA48

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

Shades of Apple #5DCA48

Tints of Apple #5DCA48

Color information

#5DCA48 (or 0x5DCA48) is unknown color: approx Apple. HEX triplet: 5D, CA and 48. RGB value is (93,202,72). Sum of RGB (Red+Green+Blue) = 93+202+72=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA48 is #A235B7. Grayscale: #9A9A9A. Windows color (decimal): -10630584 or 4770397. OLE color: 4770397.

HSL color Cylindrical-coordinate representation of color #5DCA48: hue angle of 110.31º 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 #5DCA48 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB9320272-
CMYK0.5400.640.21
HSL110.31º55.08%53.73%-
HSV(B)110.31º64.36%79.22%-
XYZ26.845.0413.41-
YUV154.5981.3984.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.34%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=25.34%
G=55.04%
B=19.62%

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
Decimal93202720.5400.640.21110.3155.0853.73
Hex5DCA4836040156e3736
Octal135312110660100251566766
Binary101110111001010100100011011001000000101011101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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