#5DC348

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

Shades of Apple #5DC348

Tints of Apple #5DC348

Color information

#5DC348 (or 0x5DC348) is unknown color: approx Apple. HEX triplet: 5D, C3 and 48. RGB value is (93,195,72). Sum of RGB (Red+Green+Blue) = 93+195+72=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC348 is #A23CB7. Grayscale: #969696. Windows color (decimal): -10632376 or 4768605. OLE color: 4768605.

HSL color Cylindrical-coordinate representation of color #5DC348: hue angle of 109.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DC348 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB9319572-
CMYK0.5200.630.24
HSL109.76º50.62%52.35%-
HSV(B)109.76º63.08%76.47%-
XYZ25.241.8312.88-
YUV150.4883.7187-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 195 (76.56% from 255) = 54.17%
BLUE value IS 72 (28.52% from 255) = 20%
R=25.83%
G=54.17%
B=20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93195720.5200.630.24109.7650.6252.35
Hex5DC3483403F186e3334
Octal13530311064077301566364
Binary10111011100001110010001101000111111110001101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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