#5DC340

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

Shades of Apple #5DC340

Tints of Apple #5DC340

Color information

#5DC340 (or 0x5DC340) is unknown color: approx Apple. HEX triplet: 5D, C3 and 40. RGB value is (93,195,64). Sum of RGB (Red+Green+Blue) = 93+195+64=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC340 is #A23CBF. Grayscale: #959595. Windows color (decimal): -10632384 or 4244317. OLE color: 4244317.

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

Color convert

RGB9319564-
CMYK0.5200.670.24
HSL106.72º52.19%50.78%-
HSV(B)106.72º67.18%76.47%-
XYZ24.9541.7311.59-
YUV149.5779.7187.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 195 (76.56% from 255) = 55.40%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=26.42%
G=55.40%
B=18.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93195640.5200.670.24106.7252.1950.78
Hex5DC34034043186b3433
Octal135303100640103301536463
Binary101110111000011100000011010001000011110001101011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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